From 7e891e410a494b4fec7d8835f20a04ef4a307096 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Wed, 7 Jan 2009 13:09:48 +0100 Subject: xsp: Fix pc file - passes sanity check now. --- packages/maemo/xsp/xsp-fix-pc.patch | 10 ++++++++++ packages/maemo/xsp_1.0.0-8.bb | 5 +++-- 2 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 packages/maemo/xsp/xsp-fix-pc.patch diff --git a/packages/maemo/xsp/xsp-fix-pc.patch b/packages/maemo/xsp/xsp-fix-pc.patch new file mode 100644 index 0000000000..d4f368d1ad --- /dev/null +++ b/packages/maemo/xsp/xsp-fix-pc.patch @@ -0,0 +1,10 @@ +--- Xsp/xsp.pc.in~ 2009-01-07 13:06:07.000000000 +0100 ++++ Xsp/xsp.pc.in 2009-01-07 13:06:07.000000000 +0100 +@@ -6,5 +6,5 @@ + Name: Xsp + Description: X Sputnik Library + Version: @PACKAGE_VERSION@ +-Cflags: -I${includedir} @XSP_CFLAGS@ @X_CFLAGS@ +-Libs: -L${libdir} -lXsp @XSP_LIBS@ @X_LIBS@ ++Cflags: -I${includedir} ++Libs: -L${libdir} -lXsp -lX11 diff --git a/packages/maemo/xsp_1.0.0-8.bb b/packages/maemo/xsp_1.0.0-8.bb index f4f872e57f..50de83c204 100644 --- a/packages/maemo/xsp_1.0.0-8.bb +++ b/packages/maemo/xsp_1.0.0-8.bb @@ -1,11 +1,12 @@ -PR = "r1" +PR = "r2" LICENSE= "MIT" DESCRIPTION = "X Server Nokia 770 extensions library" SECTION = "x11/libs" PRIORITY = "optional" DEPENDS = "virtual/libx11 libxext xpext" -SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz" +SRC_URI = "http://repository.maemo.org/pool/maemo/ossw/source/x/xsp/${PN}_${PV}.tar.gz \ + file://xsp-fix-pc.patch;patch=1" S = "${WORKDIR}/Xsp" inherit autotools pkgconfig -- cgit 1.2.3-korg