mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
qt: ensure libglib2 is built before qt if enabled for Qt's glib support
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -48,6 +48,11 @@ else
|
||||
QT_CONFIGURE+= -no-qt3support
|
||||
endif
|
||||
|
||||
# ensure glib is built first if enabled for Qt's glib support
|
||||
ifeq ($(BR2_PACKAGE_LIBGLIB2),y)
|
||||
QT_DEP_LIBS+=libglib2
|
||||
endif
|
||||
|
||||
|
||||
### Pixel depths
|
||||
QT_PIXEL_DEPTHS := # empty
|
||||
|
||||
Reference in New Issue
Block a user