mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/fltk: add optional xlib_libXrender dependency
xlib_libXrender is enabled by default and has been added since version
1.3.4-1 and
a6c4b29a18
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8623cc5deb
commit
65895f36ee
@ -54,4 +54,11 @@ else
|
|||||||
FLTK_CONF_OPTS += --disable-xinerama
|
FLTK_CONF_OPTS += --disable-xinerama
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(BR2_PACKAGE_XLIB_LIBXRENDER),y)
|
||||||
|
FLTK_DEPENDENCIES += xlib_libXrender
|
||||||
|
FLTK_CONF_OPTS += --enable-xrender
|
||||||
|
else
|
||||||
|
FLTK_CONF_OPTS += --disable-xrender
|
||||||
|
endif
|
||||||
|
|
||||||
$(eval $(autotools-package))
|
$(eval $(autotools-package))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user