mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
qt5webkit: select libXrender if xcb is enabled
[Peter: also add libXext] Signed-off-by: Fatih Aşıcı <fatih.asici@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
53722e54d0
commit
a252d6f4c7
@ -4,6 +4,8 @@ config BR2_PACKAGE_QT5WEBKIT
|
|||||||
select BR2_PACKAGE_QT5BASE_ICU
|
select BR2_PACKAGE_QT5BASE_ICU
|
||||||
select BR2_PACKAGE_QT5BASE_GUI
|
select BR2_PACKAGE_QT5BASE_GUI
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXEXT if BR2_PACKAGE_QT5BASE_XCB
|
||||||
|
select BR2_PACKAGE_XLIB_LIBXRENDER if BR2_PACKAGE_QT5BASE_XCB
|
||||||
# This module does not support static linking
|
# This module does not support static linking
|
||||||
depends on !BR2_PREFER_STATIC_LIB
|
depends on !BR2_PREFER_STATIC_LIB
|
||||||
help
|
help
|
||||||
|
@ -21,6 +21,10 @@ QT5WEBKIT_LICENSE = Commercial license
|
|||||||
QT5WEBKIT_REDISTRIBUTE = NO
|
QT5WEBKIT_REDISTRIBUTE = NO
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_QT5BASE_XCB),y)
|
||||||
|
QT5WEBKIT_DEPENDENCIES += xlib_libXext xlib_libXrender
|
||||||
|
endif
|
||||||
|
|
||||||
define QT5WEBKIT_CONFIGURE_CMDS
|
define QT5WEBKIT_CONFIGURE_CMDS
|
||||||
(cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/usr/bin/qmake)
|
(cd $(@D); $(TARGET_MAKE_ENV) $(HOST_DIR)/usr/bin/qmake)
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user