diff options
Diffstat (limited to 'meta/packages/xorg-lib/libxdmcp_0.1.1.bb')
-rw-r--r-- | meta/packages/xorg-lib/libxdmcp_0.1.1.bb | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta/packages/xorg-lib/libxdmcp_0.1.1.bb b/meta/packages/xorg-lib/libxdmcp_0.1.1.bb deleted file mode 100644 index 1fa11acaa5..0000000000 --- a/meta/packages/xorg-lib/libxdmcp_0.1.1.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | SECTION = "x11/libs" | ||
2 | LICENSE= "MIT" | ||
3 | PRIORITY = "optional" | ||
4 | DEPENDS = "xproto" | ||
5 | PROVIDES = "xdmcp" | ||
6 | DESCRIPTION = "X Display Manager Control Protocol library." | ||
7 | PR = "r1" | ||
8 | S = "${WORKDIR}/libXdmcp-${PV}" | ||
9 | |||
10 | SRC_URI = "${XLIBS_MIRROR}/libXdmcp-${PV}.tar.bz2 \ | ||
11 | file://autofoo.patch;patch=1" | ||
12 | |||
13 | inherit autotools pkgconfig | ||
14 | |||
15 | do_stage() { | ||
16 | autotools_stage_all | ||
17 | } | ||