mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
package/libgtk3: enable gobject-introspection support
If gobject-introspection is selected, add the gobject-introspection package to the dependency list and set the conf opt --enable-introspection. Signed-off-by: Adam Duskett <Aduskett@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
parent
68fbfa2fca
commit
e9dca17bb5
@ -20,7 +20,6 @@ LIBGTK3_CONF_ENV = \
|
|||||||
|
|
||||||
LIBGTK3_CONF_OPTS = \
|
LIBGTK3_CONF_OPTS = \
|
||||||
--disable-glibtest \
|
--disable-glibtest \
|
||||||
--disable-introspection \
|
|
||||||
--enable-explicit-deps=no
|
--enable-explicit-deps=no
|
||||||
HOST_LIBGTK3_CONF_OPTS = --disable-introspection
|
HOST_LIBGTK3_CONF_OPTS = --disable-introspection
|
||||||
|
|
||||||
@ -43,6 +42,13 @@ else
|
|||||||
LIBGTK3_CONF_OPTS += --disable-x11-backend
|
LIBGTK3_CONF_OPTS += --disable-x11-backend
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_GOBJECT_INTROSPECTION),y)
|
||||||
|
LIBGTK3_CONF_OPTS += --enable-introspection
|
||||||
|
LIBGTK3_DEPENDENCIES += gobject-introspection
|
||||||
|
else
|
||||||
|
LIBGTK3_CONF_OPTS += --disable-introspection
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_LIBGTK3_WAYLAND),y)
|
ifeq ($(BR2_PACKAGE_LIBGTK3_WAYLAND),y)
|
||||||
LIBGTK3_DEPENDENCIES += wayland wayland-protocols libxkbcommon
|
LIBGTK3_DEPENDENCIES += wayland wayland-protocols libxkbcommon
|
||||||
LIBGTK3_CONF_OPTS += --enable-wayland-backend
|
LIBGTK3_CONF_OPTS += --enable-wayland-backend
|
||||||
|
Loading…
x
Reference in New Issue
Block a user