summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb')
-rw-r--r--meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb b/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb
deleted file mode 100644
index dbd460928b..0000000000
--- a/meta/recipes-graphics/xorg-lib/libxp_1.0.1.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require xorg-lib-common.inc
2
3SUMMARY = "XP: X Printing extension library"
4
5DESCRIPTION = "libXp provides public APIs to allow client applications \
6to render to non-display devices, making use of the X Print Service."
7
8LICENSE = "MIT & MIT-style"
9LIC_FILES_CHKSUM = "file://COPYING;md5=9504a1264f5ddd4949254a57c0f8d6bb \
10 file://src/XpPage.c;beginline=2;endline=35;md5=2b7d3d2ba5505b19271cf31b6918997e"
11
12DEPENDS += "libxext libxau printproto"
13PR = "r1"
14PE = "1"
15
16XORG_PN = "libXp"
17
18CFLAGS_append = " -I ${S}/include/X11/XprintUtil -I ${S}/include/X11/extensions"
19
20SRC_URI += "file://fix-cast-error.patch"
21
22SRC_URI[md5sum] = "7ae1d63748e79086bd51a633da1ff1a9"
23SRC_URI[sha256sum] = "71d1f260005616d646b8c8788365f2b7d93911dac57bb53b65753d9f9e6443d2"