mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-15 16:07:26 +00:00
VLC: make libnotify a configurable dependency
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
3b116d7399
commit
c756136910
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|
|||||||
DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \
|
DEPENDS = "libfribidi libtool libgcrypt libgcrypt-native \
|
||||||
virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \
|
virtual/libsdl libsdl-image dbus dbus-glib libxml2 gnutls \
|
||||||
tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \
|
tremor faad2 ffmpeg flac libxpm libxinerama fluidsynth alsa-lib \
|
||||||
libdvdcss libdvdread lua-native lua libidn libnotify gtk+ \
|
libdvdcss libdvdread lua-native lua libidn \
|
||||||
avahi libjpeg-turbo xz libmodplug mpeg2dec \
|
avahi libjpeg-turbo xz libmodplug mpeg2dec \
|
||||||
libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \
|
libmtp libopus orc libsamplerate0 libusb1 schroedinger taglib \
|
||||||
tiff xcb-util-keysyms"
|
tiff xcb-util-keysyms"
|
||||||
@@ -43,7 +43,7 @@ EXTRA_OECONF = "\
|
|||||||
ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \
|
ac_cv_path_UIC=${STAGING_BINDIR_NATIVE}/uic4 \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG ?= " live555 dc1394 dv1394"
|
PACKAGECONFIG ?= " live555 dc1394 dv1394 notify"
|
||||||
PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
|
PACKAGECONFIG[mad] = "--enable-mad,--disable-mad,libmad"
|
||||||
PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52"
|
PACKAGECONFIG[a52] = "--enable-a52,--disable-a52,liba52"
|
||||||
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
|
PACKAGECONFIG[jack] = "--enable-jack,--disable-jack,jack"
|
||||||
@@ -70,6 +70,7 @@ PACKAGECONFIG[dc1394] = "--enable-dc1394,--disable-dc1394,libdc1394"
|
|||||||
PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394"
|
PACKAGECONFIG[dv1394] = "--enable-dv1394,--disable-dv1394,libraw1394 libavc1394"
|
||||||
PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg"
|
PACKAGECONFIG[svg] = "--enable-svg,--disable-svg,librsvg"
|
||||||
PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo"
|
PACKAGECONFIG[svgdec] = "--enable-svgdec,--disable-svgdec,librsvg cairo"
|
||||||
|
PACKAGECONFIG[notify] = "--enable-notify,--disable-notify, libnotify gtk+"
|
||||||
|
|
||||||
do_configure_prepend() {
|
do_configure_prepend() {
|
||||||
cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true
|
cp ${STAGING_DATADIR}/libtool/config.* ${S}/autotools/ || true
|
||||||
|
|||||||
Reference in New Issue
Block a user