mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
May not be the right way to do it but I just don't want those docs.
This commit is contained in:
parent
e791c63303
commit
94b61800c7
@ -41,11 +41,15 @@ CAIRO_CONF_ENV = ac_cv_func_posix_getpwuid_r=yes glib_cv_stack_grows=no \
|
|||||||
ac_use_included_regex=no gl_cv_c_restrict=no \
|
ac_use_included_regex=no gl_cv_c_restrict=no \
|
||||||
ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal
|
ac_cv_path_GLIB_GENMARSHAL=$(HOST_GLIB)/bin/glib-genmarshal
|
||||||
|
|
||||||
|
CAIRO_CONF_OPT = --disable-gtk-doc --with-html-dir=/dev/null
|
||||||
|
|
||||||
ifeq ($(BR2_PACKAGE_DIRECTFB),y)
|
ifeq ($(BR2_PACKAGE_DIRECTFB),y)
|
||||||
CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb
|
CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb \
|
||||||
|
--disable-gtk-doc --with-html-dir=/dev/null
|
||||||
CAIRO_DEPENDENCIES_EXTRA = directfb
|
CAIRO_DEPENDENCIES_EXTRA = directfb
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
||||||
CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib libpng fontconfig $(CAIRO_DEPENDENCIES_EXTRA) pixman $(XSERVER)
|
CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib libpng fontconfig $(CAIRO_DEPENDENCIES_EXTRA) pixman $(XSERVER)
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package,cairo))
|
$(eval $(call AUTOTARGETS,package,cairo))
|
||||||
|
@ -46,6 +46,7 @@ LIBGLIB2_CONF_ENV = \
|
|||||||
|
|
||||||
LIBGLIB2_CONF_OPT = --enable-shared \
|
LIBGLIB2_CONF_OPT = --enable-shared \
|
||||||
--disable-gtk-doc \
|
--disable-gtk-doc \
|
||||||
|
--with-html-dir=/dev/null \
|
||||||
--enable-static
|
--enable-static
|
||||||
|
|
||||||
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig
|
LIBGLIB2_DEPENDENCIES = uclibc gettext libintl pkgconfig
|
||||||
|
Loading…
x
Reference in New Issue
Block a user