summaryrefslogtreecommitdiff
path: root/package/v4l-utils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-10-02 12:42:14 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-10-02 12:42:14 +0200
commit771da6d340f447a74dd9306c866219a5e5b85b0d (patch)
tree9ce28ee3b2680798c4a68904f6e76b2ec4d1334d /package/v4l-utils
parent3db65e5b089f4489dbfd2ce34cd6d6650b96935d (diff)
use new libc keyword
Diffstat (limited to 'package/v4l-utils')
-rw-r--r--package/v4l-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/v4l-utils/Makefile b/package/v4l-utils/Makefile
index f8e1e430f..17bed1502 100644
--- a/package/v4l-utils/Makefile
+++ b/package/v4l-utils/Makefile
@@ -14,7 +14,7 @@ PKG_SITES:= http://linuxtv.org/downloads/v4l-utils/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.bz2
-PKG_CFLINE_V4L_UTILS:= depends on ADK_TARGET_LIB_GLIBC || ADK_TARGET_LIB_EGLIBC
+PKG_LIBC_DEPENDS:= eglibc glibc
PKG_SUBPKGS:= V4L_UTILS LIBV4L
include $(TOPDIR)/mk/package.mk