Skip to content

Commit

Permalink
Remove 'no-egl' from build configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Pham <[email protected]>
  • Loading branch information
spham-amzn committed Dec 17, 2024
1 parent f7e8554 commit 9c6c2ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion package-system/Qt/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ RUN apt-get install -y qtbase5-dev \
libwayland-dev \
libwayland-egl1-mesa \
libwayland-server0 \
libgles2-mesa-dev
libgles2-mesa-dev \
libdrm-dev

# Prepare a target folder within the container to install the build artifacts tp
RUN mkdir -p /data/workspace/qt
Expand Down
1 change: 0 additions & 1 deletion package-system/Qt/docker_build_qt_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ echo Configuring Qt ...
-no-feature-getentropy \
-no-feature-statx \
-feature-wayland-server \
-no-egl \
-qpa xcb \
-qpa wayland \
-xcb-xlib \
Expand Down

0 comments on commit 9c6c2ed

Please sign in to comment.