summaryrefslogtreecommitdiff
path: root/package/libv4l
diff options
context:
space:
mode:
authorVicente Olivert Riera <Vincent.Riera@imgtec.com>2015-10-29 13:33:44 +0000
committerPeter Korsgaard <peter@korsgaard.com>2015-10-29 20:06:15 +0100
commit97a24105af7f27ed80042ff04de6158cebdc6bcb (patch)
tree18ee074b26a602f30bd0a047b21d43b3c241b4fa /package/libv4l
parent0a425c49c3201eb4c8d6e4b817688de1851fe110 (diff)
libv4l: fix a typo to not override the LIBV4L_DEPENDENCIES variable
Otherwise host-pkgconf will not be installed and the configure script will fail with an error like this one: ./configure: line 16346: PKG_PROG_PKG_CONFIG: command not found [snip] ./configure: line 20511: syntax error near unexpected token `X11,' ./configure: line 20511: `PKG_CHECK_MODULES(X11, x11, x11_pkgconfig=yes, x11_pkgconfig=no)' Signed-off-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com> Tested-by: Peter Seiderer <ps.report@gmx.net> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/libv4l')
-rw-r--r--package/libv4l/libv4l.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libv4l/libv4l.mk b/package/libv4l/libv4l.mk
index 944246731..89d1d00f2 100644
--- a/package/libv4l/libv4l.mk
+++ b/package/libv4l/libv4l.mk
@@ -13,7 +13,7 @@ LIBV4L_CONF_OPTS = --disable-doxygen-doc
# patch touches Makefile.am (and needs host-gettext for autoreconf)
LIBV4L_AUTORECONF= YES
-LIBV4L_DEPENDENCIES = host-gettext
+LIBV4L_DEPENDENCIES += host-gettext
# fix uclibc-ng configure/compile
LIBV4L_CONF_ENV = ac_cv_prog_cc_c99='-std=gnu99'