mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 07:27:43 +00:00
swfdec: fix build when no libglib2-dev package is installed on host
Make sure it uses the libglib2-host binaries we are building. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
deb51ad988
commit
f44935e4d3
2
CHANGES
2
CHANGES
@ -24,7 +24,7 @@
|
|||||||
linux-fusion, lmbench, lrzsz, ltrace, make, module-init-tools,
|
linux-fusion, lmbench, lrzsz, ltrace, make, module-init-tools,
|
||||||
mplayer, mysql_client, nbd, ncurses, neon, netcat, netperf,
|
mplayer, mysql_client, nbd, ncurses, neon, netcat, netperf,
|
||||||
ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
|
ntfsprogs, openssl, php, qt, quagga, sqlite, sdl, sdl_mixer,
|
||||||
sdl_sound, sdl_ttf, squashfs, thttpd, tn5250, tremor,
|
sdl_sound, sdl_ttf, squashfs, swfdec, thttpd, tn5250, tremor,
|
||||||
usbutils, webif, xkeyboard-config, xserver_xorg-server, xvkbd
|
usbutils, webif, xkeyboard-config, xserver_xorg-server, xvkbd
|
||||||
|
|
||||||
Removed packages: modutils, portage, rxvt
|
Removed packages: modutils, portage, rxvt
|
||||||
|
@ -8,6 +8,9 @@ SWFDEC_VERSION_MINOR = 4
|
|||||||
SWFDEC_VERSION = $(SWFDEC_VERSION_MAJOR).$(SWFDEC_VERSION_MINOR)
|
SWFDEC_VERSION = $(SWFDEC_VERSION_MAJOR).$(SWFDEC_VERSION_MINOR)
|
||||||
SWFDEC_SOURCE = swfdec-$(SWFDEC_VERSION).tar.gz
|
SWFDEC_SOURCE = swfdec-$(SWFDEC_VERSION).tar.gz
|
||||||
SWFDEC_SITE = http://swfdec.freedesktop.org/download/swfdec/$(SWFDEC_VERSION_MAJOR)
|
SWFDEC_SITE = http://swfdec.freedesktop.org/download/swfdec/$(SWFDEC_VERSION_MAJOR)
|
||||||
|
SWFDEC_MAKE_OPT = \
|
||||||
|
GLIB_MKENUMS=$(HOST_DIR)/usr/bin/glib-mkenums \
|
||||||
|
GLIB_GENMARSHAL=$(HOST_DIR)/usr/bin/glib-genmarshal
|
||||||
|
|
||||||
SWFDEC_LIBTOOL_PATCH = NO
|
SWFDEC_LIBTOOL_PATCH = NO
|
||||||
SWFDEC_INSTALL_STAGING = YES
|
SWFDEC_INSTALL_STAGING = YES
|
||||||
@ -28,3 +31,8 @@ SWFDEC_CONF_OPT += --disable-gtk
|
|||||||
endif
|
endif
|
||||||
|
|
||||||
$(eval $(call AUTOTARGETS,package/multimedia,swfdec))
|
$(eval $(call AUTOTARGETS,package/multimedia,swfdec))
|
||||||
|
|
||||||
|
# swfdec uses glib-* at install time
|
||||||
|
# Notice: must come after AUTOTARGETS as that's where these variables gets set
|
||||||
|
SWFDEC_INSTALL_TARGET_OPT += $(SWFDEC_MAKE_OPT)
|
||||||
|
SWFDEC_INSTALL_STAGING_OPT += $(SWFDEC_MAKE_OPT)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user