aboutsummaryrefslogtreecommitdiffstats
path: root/fixesext/fixesext_2.0.1.oe
diff options
context:
space:
mode:
Diffstat (limited to 'fixesext/fixesext_2.0.1.oe')
-rw-r--r--fixesext/fixesext_2.0.1.oe16
1 files changed, 0 insertions, 16 deletions
diff --git a/fixesext/fixesext_2.0.1.oe b/fixesext/fixesext_2.0.1.oe
deleted file mode 100644
index df20f78d8b..0000000000
--- a/fixesext/fixesext_2.0.1.oe
+++ /dev/null
@@ -1,16 +0,0 @@
-SECTION = "libs"
-MAINTAINER = "Greg Gilbert <greg@treke.net>"
-DEPENDS = "xextensions"
-DESCRIPTION = "X Fixes extension headers and specification."
-
-SRC_URI = "${XLIBS_MIRROR}/fixesext-${PV}.tar.bz2"
-
-inherit autotools pkgconfig
-
-do_stage() {
- oe_runmake install prefix=${STAGING_DIR} \
- bindir=${STAGING_BINDIR} \
- includedir=${STAGING_INCDIR} \
- libdir=${STAGING_LIBDIR} \
- datadir=${STAGING_DATADIR}
-}