a5ce857674
Use the <pkg>_CONFIG_SCRIPTS mechanism in all packages for which it does all what the package was doing. A few packages, like libxslt, are for now left out, since they need some additional fixup (for example a fixup of includedir). Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
20 lines
659 B
Makefile
20 lines
659 B
Makefile
#############################################################
|
|
#
|
|
# libdvdnav
|
|
#
|
|
#############################################################
|
|
|
|
LIBDVDNAV_VERSION = 4.1.3
|
|
LIBDVDNAV_SOURCE = libdvdnav-$(LIBDVDNAV_VERSION).tar.bz2
|
|
LIBDVDNAV_SITE = http://dvdnav.mplayerhq.hu/releases
|
|
LIBDVDNAV_AUTORECONF = YES
|
|
LIBDVDNAV_INSTALL_STAGING = YES
|
|
LIBDVDNAV_CONFIG_SCRIPTS = dvdnav-config
|
|
LIBDVDNAV_DEPENDENCIES = libdvdread host-pkgconf
|
|
|
|
# By default libdvdnav tries to find dvdread-config in $PATH. Because
|
|
# of cross compilation, we prefer using pkg-config.
|
|
LIBDVDNAV_CONF_OPT = --with-dvdread-config="$(PKG_CONFIG_HOST_BINARY) dvdread"
|
|
|
|
$(eval $(autotools-package))
|