diff options
author | Rafaël Carré <funman@videolan.org> | 2015-11-19 14:14:53 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-12-18 12:30:22 +0100 |
commit | a4c65677c56dd64cc2ab8ae0ad56c463faf743fa (patch) | |
tree | 0119d76c03ebc560fc2780e9f5f07fc9b773d606 /meta-multimedia/recipes-multimedia | |
parent | 86a8cf0ed0515b9a5585c77a2c512d8c5b37a71a (diff) | |
download | meta-openembedded-a4c65677c56dd64cc2ab8ae0ad56c463faf743fa.tar.gz |
VLC: make libnotify a configurable dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-multimedia')
-rw-r--r-- | meta-multimedia/recipes-multimedia/vlc/vlc.inc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc.inc b/meta-multimedia/recipes-multimedia/vlc/vlc.inc index dd00174de..0d0baed12 100644 --- a/meta-multimedia/recipes-multimedia/vlc/vlc.inc +++ b/meta-multimedia/recipes-multimedia/vlc/vlc.inc | |||
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263" | |||
8 | DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \ | 8 | DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \ |
9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ | 9 | virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \ |
10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ | 10 | tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \ |
11 | libdvdcss libdvdread lua-native lua libidn libnotify gtk+ \ | 11 | libdvdcss libdvdread lua-native lua libidn \ |
12 | avahi libjpeg-turbo xz libmodplug mpeg2dec \ | 12 | avahi libjpeg-turbo xz libmodplug mpeg2dec \ |
13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ | 13 | libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \ |
14 | tiff xcb-util-keysyms" | 14 | tiff xcb-util-keysyms" |
@@ -43,7 +43,7 @@ EXTRA_OECONF = "\ | |||
43 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ | 43 | ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \ |
44 | " | 44 | " |
45 | 45 | ||
46 | PACKAGECONFIG ?= " live555 dc1394 dv1394" | 46 | PACKAGECONFIG ?= " live555 dc1394 dv1394 notify" |
47 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" | 47 | PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad" |
48 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" | 48 | PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52" |
49 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" | 49 | PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack" |
@@ -70,6 +70,7 @@ PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394" | |||
70 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394" | 70 | PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394" |
71 | PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg" | 71 | PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg" |
72 | PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo" | 72 | PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo" |
73 | PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+" | ||
73 | 74 | ||
74 | do_configure_prepend() { | 75 | do_configure_prepend() { |
75 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true | 76 | cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true |