aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/maemo/xsp_1.0.0-8.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/maemo/xsp_1.0.0-8.bb')
-rw-r--r--recipes/maemo/xsp_1.0.0-8.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/maemo/xsp_1.0.0-8.bb b/recipes/maemo/xsp_1.0.0-8.bb
new file mode 100644
index 0000000000..50de83c204
--- /dev/null
+++ b/recipes/maemo/xsp_1.0.0-8.bb
@@ -0,0 +1,16 @@
+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 \
+ file://xsp-fix-pc.patch;patch=1"
+S = "${WORKDIR}/Xsp"
+
+inherit autotools pkgconfig
+
+do_stage() {
+ autotools_stage_all
+}