mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
xorg: New package xproto_presentproto
[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>
This commit is contained in:
committed by
Peter Korsgaard
parent
bbabf4947f
commit
6d08fec8f2
@@ -236,6 +236,7 @@ if BR2_PACKAGE_XORG7
|
|||||||
source package/x11r7/xproto_glproto/Config.in
|
source package/x11r7/xproto_glproto/Config.in
|
||||||
source package/x11r7/xproto_inputproto/Config.in
|
source package/x11r7/xproto_inputproto/Config.in
|
||||||
source package/x11r7/xproto_kbproto/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_randrproto/Config.in
|
||||||
source package/x11r7/xproto_recordproto/Config.in
|
source package/x11r7/xproto_recordproto/Config.in
|
||||||
source package/x11r7/xproto_renderproto/Config.in
|
source package/x11r7/xproto_renderproto/Config.in
|
||||||
|
|||||||
5
package/x11r7/xproto_presentproto/Config.in
Normal file
5
package/x11r7/xproto_presentproto/Config.in
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
config BR2_PACKAGE_XPROTO_PRESENTPROTO
|
||||||
|
bool "presentproto"
|
||||||
|
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||||
|
help
|
||||||
|
X.Org Present extension headers
|
||||||
16
package/x11r7/xproto_presentproto/xproto_presentproto.mk
Normal file
16
package/x11r7/xproto_presentproto/xproto_presentproto.mk
Normal file
@@ -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))
|
||||||
Reference in New Issue
Block a user