This commit is contained in:
TriForceX
2019-09-25 20:51:37 -03:00
commit 6203ff3e7c
11215 changed files with 428258 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
config BR2_PACKAGE_XAPP_XFINDPROXY
bool "xfindproxy"
select BR2_PACKAGE_XLIB_LIBICE
select BR2_PACKAGE_XLIB_LIBXT
select BR2_PACKAGE_XORGPROTO
help
xfindproxy utilizes the Proxy Management Protocol to
communicate with a proxy manager to locate available X11
proxy services.

View File

@@ -0,0 +1,2 @@
# From http://lists.x.org/archives/xorg-announce/2015-April/002573.html
sha256 5626bda27c7faa5cbe289a17f8552538fff08a96d542b85efdda1804ccf8a01f xfindproxy-1.0.4.tar.bz2

View File

@@ -0,0 +1,17 @@
################################################################################
#
# xapp_xfindproxy
#
################################################################################
XAPP_XFINDPROXY_VERSION = 1.0.4
XAPP_XFINDPROXY_SOURCE = xfindproxy-$(XAPP_XFINDPROXY_VERSION).tar.bz2
XAPP_XFINDPROXY_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XFINDPROXY_LICENSE = MIT
XAPP_XFINDPROXY_LICENSE_FILES = COPYING
XAPP_XFINDPROXY_DEPENDENCIES = \
xlib_libICE \
xlib_libXt \
xorgproto
$(eval $(autotools-package))