All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] xorg: New package xproto_presentproto
@ 2014-01-05 11:39 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2014-01-05 11:39 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=6d08fec8f2741b62e8b2f7a2005615f2cb2050d1
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

[Peter: fix license file, add host-pkgconf / xutil_util-macros dependencies]
Signed-off-by: Bernd Kuhls <berndkuhls@hotmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/x11r7/Config.in                            |    1 +
 package/x11r7/xproto_presentproto/Config.in        |    5 +++++
 .../xproto_presentproto/xproto_presentproto.mk     |   16 ++++++++++++++++
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
index fe0674c..5eff2df 100644
--- a/package/x11r7/Config.in
+++ b/package/x11r7/Config.in
@@ -236,6 +236,7 @@ if BR2_PACKAGE_XORG7
 		source package/x11r7/xproto_glproto/Config.in
 		source package/x11r7/xproto_inputproto/Config.in
 		source package/x11r7/xproto_kbproto/Config.in
+		source package/x11r7/xproto_presentproto/Config.in
 		source package/x11r7/xproto_randrproto/Config.in
 		source package/x11r7/xproto_recordproto/Config.in
 		source package/x11r7/xproto_renderproto/Config.in
diff --git a/package/x11r7/xproto_presentproto/Config.in b/package/x11r7/xproto_presentproto/Config.in
new file mode 100644
index 0000000..586008d
--- /dev/null
+++ b/package/x11r7/xproto_presentproto/Config.in
@@ -0,0 +1,5 @@
+config BR2_PACKAGE_XPROTO_PRESENTPROTO
+	bool "presentproto"
+	select BR2_PACKAGE_XUTIL_UTIL_MACROS
+	help
+	  X.Org Present extension headers
diff --git a/package/x11r7/xproto_presentproto/xproto_presentproto.mk b/package/x11r7/xproto_presentproto/xproto_presentproto.mk
new file mode 100644
index 0000000..6fea0a2
--- /dev/null
+++ b/package/x11r7/xproto_presentproto/xproto_presentproto.mk
@@ -0,0 +1,16 @@
+################################################################################
+#
+# xproto_presentproto
+#
+################################################################################
+
+XPROTO_PRESENTPROTO_VERSION = 1.0
+XPROTO_PRESENTPROTO_SOURCE = presentproto-$(XPROTO_PRESENTPROTO_VERSION).tar.bz2
+XPROTO_PRESENTPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
+XPROTO_PRESENTPROTO_LICENSE = MIT
+XPROTO_PRESENTPROTO_LICENSE_FILES = presentproto.h
+XPROTO_PRESENTPROTO_DEPENDENCIES = host-pkgconf xutil_util-macros
+XPROTO_PRESENTPROTO_INSTALL_STAGING = YES
+XPROTO_PRESENTPROTO_INSTALL_TARGET = NO
+
+$(eval $(autotools-package))

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2014-01-05 11:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-01-05 11:39 [Buildroot] [git commit] xorg: New package xproto_presentproto Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.