From 0d9b922409f4f9b9729f78c09b83bd022a7a0d37 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Fri, 2 Jul 2004 23:09:04 +0000 Subject: Merge zelda.tuxnami.org:code/packages into odin.(none):/home/kergoth/code/packages 2004/07/02 18:08:46-05:00 (none)!kergoth Fix dvbtune compile. Call oe_runmake so our CFLAGS and LDFLAGS make it in, and add calls to xml2-config to our CFLAGS and LDFLAGS. BKrev: 40e5eb10Afw94fc4mELfd9ITbeMBAA --- dvbtools/dvbtune_cvs.oe | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dvbtools/dvbtune_cvs.oe') diff --git a/dvbtools/dvbtune_cvs.oe b/dvbtools/dvbtune_cvs.oe index a54de34616..9bf4ca47bf 100644 --- a/dvbtools/dvbtune_cvs.oe +++ b/dvbtools/dvbtune_cvs.oe @@ -6,8 +6,11 @@ DEPENDS = "libxml2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/dvbtools;module=dvbtune" S = "${WORKDIR}/dvbtune" +CFLAGS += "\$(shell xml2-config --cflags)" +LDFLAGS += "\$(shell xml2-config --libs)" + do_compile() { - make dvbtune xml2vdr + oe_runmake dvbtune xml2vdr } do_install() { -- cgit v1.2.3