summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 11:07:25 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-10-03 11:08:39 +0200
commitd804983c09a9b25e92138653a717d104726ff4d5 (patch)
tree89a2877ad5a2f29c6d635620e11988c63531051a /rules
parenta3d745929070b6f51e81078d64a1acef941b8f35 (diff)
downloadptxdist-d804983c09a9b25e92138653a717d104726ff4d5.tar.gz
ptxdist-d804983c09a9b25e92138653a717d104726ff4d5.tar.xz
xorg-lib-Xp: remove after one year in staging
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/xorg-lib-Xp.in17
-rw-r--r--rules/xorg-lib-Xp.make55
2 files changed, 0 insertions, 72 deletions
diff --git a/rules/xorg-lib-Xp.in b/rules/xorg-lib-Xp.in
deleted file mode 100644
index 6cb8959e7..000000000
--- a/rules/xorg-lib-Xp.in
+++ /dev/null
@@ -1,17 +0,0 @@
-## SECTION=staging
-## old section:
-### SECTION=multimedia_xorg_lib
-
-config XORG_LIB_XP
- tristate
- prompt "libXp"
- select XORG_LIB_X11
- select XORG_LIB_XEXT
- select XORG_LIB_XAU
- select XORGPROTO
- help
- libXp - X Print Client Library: libXp provides public APIs to allow
- client applications to render to non-display devices.
-
- STAGING: remove in ptxdist-2018.07.0
- Obsolete, no longer needed and fails to build with xorgproto.
diff --git a/rules/xorg-lib-Xp.make b/rules/xorg-lib-Xp.make
deleted file mode 100644
index 10cc0e7a4..000000000
--- a/rules/xorg-lib-Xp.make
+++ /dev/null
@@ -1,55 +0,0 @@
-# -*-makefile-*-
-#
-# Copyright (C) 2006 by Erwin Rol
-#
-# See CREDITS for details about who has contributed to this project.
-#
-# For further information about the PTXdist project and license conditions
-# see the README file.
-#
-
-#
-# We provide this package
-#
-PACKAGES-$(PTXCONF_XORG_LIB_XP) += xorg-lib-xp
-
-#
-# Paths and names
-#
-XORG_LIB_XP_VERSION := 1.0.2
-XORG_LIB_XP_MD5 := bb038577c7f4e42a1b675fa6451bc4aa
-XORG_LIB_XP := libXp-$(XORG_LIB_XP_VERSION)
-XORG_LIB_XP_SUFFIX := tar.bz2
-XORG_LIB_XP_URL := $(call ptx/mirror, XORG, individual/lib/$(XORG_LIB_XP).$(XORG_LIB_XP_SUFFIX))
-XORG_LIB_XP_SOURCE := $(SRCDIR)/$(XORG_LIB_XP).$(XORG_LIB_XP_SUFFIX)
-XORG_LIB_XP_DIR := $(BUILDDIR)/$(XORG_LIB_XP)
-
-# ----------------------------------------------------------------------------
-# Prepare
-# ----------------------------------------------------------------------------
-
-#
-# autoconf
-#
-XORG_LIB_XP_CONF_TOOL := autoconf
-
-# ----------------------------------------------------------------------------
-# Target-Install
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/xorg-lib-xp.targetinstall:
- @$(call targetinfo)
-
- @$(call install_init, xorg-lib-xp)
- @$(call install_fixup, xorg-lib-xp,PRIORITY,optional)
- @$(call install_fixup, xorg-lib-xp,SECTION,base)
- @$(call install_fixup, xorg-lib-xp,AUTHOR,"Erwin Rol <ero@pengutronix.de>")
- @$(call install_fixup, xorg-lib-xp,DESCRIPTION,missing)
-
- @$(call install_lib, xorg-lib-xp, 0, 0, 0644, libXp)
-
- @$(call install_finish, xorg-lib-xp)
-
- @$(call touch)
-
-# vim: syntax=make