Skip to content

Commit

Permalink
qt5-build.eclass: disable gbm backend by default
Browse files Browse the repository at this point in the history
(cherry picked from proj/qt commit 79d57b576a73b142bbd939f46311618497083f5e)
  • Loading branch information
Pesa committed Feb 2, 2016
1 parent a0ab665 commit 3256434
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion eclass/qt5-build.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,9 @@ qt5_base_configure() {
#-use-gold-linker

# disable all platform plugins by default, override in qtgui
-no-xcb -no-eglfs -no-kms -no-directfb -no-linuxfb
-no-xcb -no-eglfs -no-kms
$([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-gbm)
-no-directfb -no-linuxfb
$([[ ${QT5_MINOR_VERSION} -ge 6 ]] && echo -no-mirclient)

# disable undocumented X11-related flags, override in qtgui
Expand Down

0 comments on commit 3256434

Please sign in to comment.