diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-14 17:13:57 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-14 17:13:57 +0200 |
| commit | a8da3ccf618bc75bdc3b199a4c194a3f4251a07b (patch) | |
| tree | 8eaf61d341517aedfb4159da7305e6f18dda43c5 | |
| parent | dcb9111c7fe87630f028528b4daab4024372b252 (diff) | |
| download | meta-openembedded-a8da3ccf618bc75bdc3b199a4c194a3f4251a07b.tar.gz | |
vlc: fix gettext usage
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
| -rw-r--r-- | meta-oe/recipes-multimedia/vlc/vlc.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/vlc/vlc.inc b/meta-oe/recipes-multimedia/vlc/vlc.inc index b277f547fa..ce608dc381 100644 --- a/meta-oe/recipes-multimedia/vlc/vlc.inc +++ b/meta-oe/recipes-multimedia/vlc/vlc.inc | |||
| @@ -3,12 +3,12 @@ HOMEPAGE = "http://www.videolan.org" | |||
| 3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
| 4 | SECTION = "multimedia" | 4 | SECTION = "multimedia" |
| 5 | 5 | ||
| 6 | DEPENDS = "libfribidi libtool gettext libgcrypt gst-plugins-bad virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \ | 6 | DEPENDS = "libfribidi libtool libgcrypt gst-plugins-bad virtual/libsdl qt4-x11-free dbus libxml2 gnutls tremor faad2 ffmpeg flac \ |
| 7 | ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}" | 7 | ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'libmad libid3tag liba52 mpeg2dec', d)}" |
| 8 | 8 | ||
| 9 | SRC_URI = "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2" | 9 | SRC_URI = "http://download.videolan.org/pub/videolan/vlc/${PV}/vlc-${PV}.tar.bz2" |
| 10 | 10 | ||
| 11 | inherit autotools | 11 | inherit autotools gettext |
| 12 | 12 | ||
| 13 | ARM_INSTRUCTION_SET = "arm" | 13 | ARM_INSTRUCTION_SET = "arm" |
| 14 | 14 | ||
