mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-05 17:37:43 +00:00
gst-plugins-base: don't search host headers if freetype isn't available
freetype is only used by examples, but if it is not found and the host has a freetype-config script, then the host include dirs are added to the search path causing trouble. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
3e6a0a80d2
commit
8232850c51
@ -9,6 +9,11 @@ GST_PLUGINS_BASE_SITE = http://gstreamer.freedesktop.org/src/gst-plugins-base
|
|||||||
GST_PLUGINS_BASE_INSTALL_STAGING = YES
|
GST_PLUGINS_BASE_INSTALL_STAGING = YES
|
||||||
GST_PLUGINS_BASE_LIBTOOL_PATCH = NO
|
GST_PLUGINS_BASE_LIBTOOL_PATCH = NO
|
||||||
|
|
||||||
|
# freetype is only used by examples, but if it is not found
|
||||||
|
# and the host has a freetype-config script, then the host
|
||||||
|
# include dirs are added to the search path causing trouble
|
||||||
|
GST_PLUGINS_BASE_CONF_ENV = FT2_CONFIG=/bin/false
|
||||||
|
|
||||||
GST_PLUGINS_BASE_CONF_OPT = \
|
GST_PLUGINS_BASE_CONF_OPT = \
|
||||||
$(DISABLE_NLS) \
|
$(DISABLE_NLS) \
|
||||||
$(DISABLE_LARGEFILE) \
|
$(DISABLE_LARGEFILE) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user