Update buidlroot to version 2016.08.1
This commit is contained in:
@@ -15,7 +15,6 @@ if BR2_PACKAGE_XORG7
|
||||
endmenu
|
||||
menu "X11R7 Libraries"
|
||||
source package/x11r7/libxcb/Config.in
|
||||
source package/x11r7/libepoxy/Config.in
|
||||
source package/x11r7/xcb-util/Config.in
|
||||
source package/x11r7/xcb-util-cursor/Config.in
|
||||
source package/x11r7/xcb-util-image/Config.in
|
||||
@@ -155,7 +154,7 @@ if BR2_PACKAGE_XORG7
|
||||
source package/x11r7/xdriver_xf86-input-synaptics/Config.in
|
||||
source package/x11r7/xdriver_xf86-input-tslib/Config.in
|
||||
source package/x11r7/xdriver_xf86-input-vmmouse/Config.in
|
||||
source package/x11r7/xdriver_xf86-input-void/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-amdgpu/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-ark/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-ast/Config.in
|
||||
source package/x11r7/xdriver_xf86-video-ati/Config.in
|
||||
|
||||
@@ -1,13 +0,0 @@
|
||||
config BR2_PACKAGE_LIBEPOXY
|
||||
bool "epoxy"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XUTIL_UTIL_MACROS
|
||||
depends on BR2_PACKAGE_HAS_LIBEGL
|
||||
help
|
||||
Epoxy is a library for handling OpenGL function pointer
|
||||
management for you.
|
||||
|
||||
https://github.com/anholt/libepoxy
|
||||
|
||||
comment "epoxy needs an OpenGL EGL backend"
|
||||
depends on !BR2_PACKAGE_HAS_LIBEGL
|
||||
@@ -1,16 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# libepoxy
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBEPOXY_VERSION = v1.3.1
|
||||
LIBEPOXY_SITE = $(call github,anholt,libepoxy,$(LIBEPOXY_VERSION))
|
||||
LIBEPOXY_INSTALL_STAGING = YES
|
||||
LIBEPOXY_AUTORECONF = YES
|
||||
LIBEPOXY_DEPENDENCIES = xlib_libX11 xutil_util-macros libegl \
|
||||
$(if $(BR2_PACKAGE_HAS_LIBGL),libgl) host-pkgconf
|
||||
LIBEPOXY_LICENSE = MIT
|
||||
LIBEPOXY_LICENSE_FILES = COPYING
|
||||
|
||||
$(eval $(autotools-package))
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-September/002633.html
|
||||
sha256 b720fd6c7d200e5371affdb3f049cc8f88cff9aed942ff1b824d95eedbf69d30 libxcb-1.11.1.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-May/002694.html
|
||||
sha256 4adfb1b7c67e99bc9c2ccb110b2f175686576d2f792c8a71b9c8b19014057b5b libxcb-1.12.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
LIBXCB_VERSION = 1.11.1
|
||||
LIBXCB_VERSION = 1.12
|
||||
LIBXCB_SOURCE = libxcb-$(LIBXCB_VERSION).tar.bz2
|
||||
LIBXCB_SITE = http://xcb.freedesktop.org/dist
|
||||
LIBXCB_LICENSE = MIT
|
||||
@@ -15,9 +15,16 @@ LIBXCB_INSTALL_STAGING = YES
|
||||
LIBXCB_DEPENDENCIES = \
|
||||
host-libxslt libpthread-stubs xcb-proto xlib_libXdmcp xlib_libXau \
|
||||
host-xcb-proto host-python host-pkgconf
|
||||
HOST_LIBXCB_DEPENDENCIES = \
|
||||
host-libxslt host-libpthread-stubs host-xcb-proto host-xlib_libXdmcp \
|
||||
host-xlib_libXau host-python host-pkgconf
|
||||
|
||||
LIBXCB_CONF_OPTS = --with-doxygen=no
|
||||
HOST_LIBXCB_CONF_OPTS = --with-doxygen=no
|
||||
|
||||
# libxcb is not python3 friendly, so force the python interpreter
|
||||
HOST_LIBXCB_CONF_OPTS += ac_cv_path_PYTHON=$(HOST_DIR)/usr/bin/python2
|
||||
LIBXCB_CONF_OPTS += ac_cv_path_PYTHON=$(HOST_DIR)/usr/bin/python2
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
@@ -4,8 +4,6 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
# Source included in Buildroot
|
||||
MCOOKIE_SOURCE =
|
||||
MCOOKIE_LICENSE = Public Domain
|
||||
|
||||
define MCOOKIE_EXTRACT_CMDS
|
||||
|
||||
@@ -10,6 +10,7 @@ XAPP_BDFTOPCF_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_BDFTOPCF_LICENSE = MIT
|
||||
XAPP_BDFTOPCF_LICENSE_FILES = COPYING
|
||||
XAPP_BDFTOPCF_DEPENDENCIES = xlib_libXfont
|
||||
HOST_XAPP_BDFTOPCF_DEPENDENCIES = host-xlib_libXfont
|
||||
|
||||
# needed for linking against libXfont
|
||||
XAPP_BDFTOPCF_MAKE_OPTS += LIBS=-ldl
|
||||
|
||||
@@ -10,6 +10,7 @@ XAPP_MKFONTDIR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_MKFONTDIR_LICENSE = MIT
|
||||
XAPP_MKFONTDIR_LICENSE_FILES = COPYING
|
||||
XAPP_MKFONTDIR_DEPENDENCIES = xapp_mkfontscale
|
||||
HOST_XAPP_MKFONTDIR_DEPENDENCIES = host-xapp_mkfontscale
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
@@ -10,6 +10,8 @@ XAPP_MKFONTSCALE_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_MKFONTSCALE_LICENSE = MIT
|
||||
XAPP_MKFONTSCALE_LICENSE_FILES = COPYING
|
||||
XAPP_MKFONTSCALE_DEPENDENCIES = zlib freetype xlib_libfontenc xproto_xproto
|
||||
HOST_XAPP_MKFONTSCALE_DEPENDENCIES = \
|
||||
host-zlib host-freetype host-xlib_libfontenc host-xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 1b154b4359302ca499818c45396325aef9ff364d6ff4ce5c3769e4803994a136 scripts-1.0.1.tar.bz2
|
||||
@@ -10,6 +10,8 @@ XAPP_XCURSORGEN_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XCURSORGEN_LICENSE = MIT
|
||||
XAPP_XCURSORGEN_LICENSE_FILES = COPYING
|
||||
XAPP_XCURSORGEN_DEPENDENCIES = libpng xlib_libX11 xlib_libXcursor
|
||||
HOST_XAPP_XCURSORGEN_DEPENDENCIES = \
|
||||
host-libpng host-xlib_libX11 host-xlib_libXcursor
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
@@ -10,5 +10,6 @@ XAPP_XINIT_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XINIT_DEPENDENCIES = xapp_xauth xlib_libX11
|
||||
XAPP_XINIT_LICENSE = MIT
|
||||
XAPP_XINIT_LICENSE_FILES = COPYING
|
||||
XAPP_XINIT_CONF_OPTS = MCOOKIE=/usr/bin/mcookie
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 baa4ddca49ec94c27ba4c715bfa26692fec1132103e927213c3169e475d3d971 xinput_calibrator-0.7.5.tar.gz
|
||||
@@ -10,6 +10,7 @@ XAPP_XKBCOMP_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XKBCOMP_LICENSE = MIT
|
||||
XAPP_XKBCOMP_LICENSE_FILES = COPYING
|
||||
XAPP_XKBCOMP_DEPENDENCIES = xlib_libX11 xlib_libxkbfile
|
||||
HOST_XAPP_XKBCOMP_DEPENDENCIES = host-xlib_libX11 host-xlib_libxkbfile
|
||||
XAPP_XKBCOMP_CONF_ENV = ac_cv_file___xkbparse_c=yes
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2014-August/002467.html
|
||||
sha256 7154ac3486b86923692f2d6cdb2991a2ee72bc32af2c4379a6f1c068f204be1b xrandr-1.4.3.tar.bz2
|
||||
# From https://lists.freedesktop.org/archives/xorg-announce/2016-February/002677.html
|
||||
sha256 c1cfd4e1d4d708c031d60801e527abc9b6d34b85f2ffa2cadd21f75ff38151cd xrandr-1.5.0.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XAPP_XRANDR_VERSION = 1.4.3
|
||||
XAPP_XRANDR_VERSION = 1.5.0
|
||||
XAPP_XRANDR_SOURCE = xrandr-$(XAPP_XRANDR_VERSION).tar.bz2
|
||||
XAPP_XRANDR_SITE = http://xorg.freedesktop.org/releases/individual/app
|
||||
XAPP_XRANDR_LICENSE = MIT
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 988b47cd922991c6e6adbce15dc386ac75690b61744b526c3af5a4eaa9afa0aa xsetmode-1.0.0.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 7d65f450420b4f764dcf38e4ccee9d608b5a5874706e716cb861bfe2586b7d4a xsetpointer-1.0.0.tar.bz2
|
||||
@@ -0,0 +1,212 @@
|
||||
From ea7a3ac6c658164690e0febb55f4467cb9e0bcac Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Klausner <wiz@NetBSD.org>
|
||||
Date: Thu, 19 May 2016 17:30:04 +0200
|
||||
Subject: [PATCH] Make whitespace use consistent.
|
||||
|
||||
At least python-3.5.x complains about this forcefully.
|
||||
|
||||
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
|
||||
Signed-off-by: Uli Schlachter <psychon@znc.in>
|
||||
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
|
||||
---
|
||||
xcbgen/align.py | 96 ++++++++++++++++++++++++++++-----------------------------
|
||||
1 file changed, 48 insertions(+), 48 deletions(-)
|
||||
|
||||
diff --git a/xcbgen/align.py b/xcbgen/align.py
|
||||
index 5e31838..d4c12ee 100644
|
||||
--- a/xcbgen/align.py
|
||||
+++ b/xcbgen/align.py
|
||||
@@ -16,12 +16,12 @@ class Alignment(object):
|
||||
return self.align == other.align and self.offset == other.offset
|
||||
|
||||
def __str__(self):
|
||||
- return "(align=%d, offset=%d)" % (self.align, self.offset)
|
||||
+ return "(align=%d, offset=%d)" % (self.align, self.offset)
|
||||
|
||||
@staticmethod
|
||||
def for_primitive_type(size):
|
||||
- # compute the required start_alignment based on the size of the type
|
||||
- if size % 8 == 0:
|
||||
+ # compute the required start_alignment based on the size of the type
|
||||
+ if size % 8 == 0:
|
||||
# do 8-byte primitives require 8-byte alignment in X11?
|
||||
return Alignment(8,0)
|
||||
elif size % 4 == 0:
|
||||
@@ -33,7 +33,7 @@ class Alignment(object):
|
||||
|
||||
|
||||
def align_after_fixed_size(self, size):
|
||||
- new_offset = (self.offset + size) % self.align
|
||||
+ new_offset = (self.offset + size) % self.align
|
||||
return Alignment(self.align, new_offset)
|
||||
|
||||
|
||||
@@ -41,7 +41,7 @@ class Alignment(object):
|
||||
'''
|
||||
Assuming the given external_align, checks whether
|
||||
self is fulfilled for all cases.
|
||||
- Returns True if yes, False otherwise.
|
||||
+ Returns True if yes, False otherwise.
|
||||
'''
|
||||
if self.align == 1 and self.offset == 0:
|
||||
# alignment 1 with offset 0 is always fulfilled
|
||||
@@ -55,9 +55,9 @@ class Alignment(object):
|
||||
# the external align guarantees less alignment -> not guaranteed
|
||||
return False
|
||||
|
||||
- if external_align.align % self.align != 0:
|
||||
+ if external_align.align % self.align != 0:
|
||||
# the external align cannot be divided by our align
|
||||
- # -> not guaranteed
|
||||
+ # -> not guaranteed
|
||||
# (this can only happen if there are alignments that are not
|
||||
# a power of 2, which is highly discouraged. But better be
|
||||
# safe and check for it)
|
||||
@@ -72,7 +72,7 @@ class Alignment(object):
|
||||
|
||||
def combine_with(self, other):
|
||||
# returns the alignment that is guaranteed when
|
||||
- # both, self or other, can happen
|
||||
+ # both, self or other, can happen
|
||||
new_align = gcd(self.align, other.align)
|
||||
new_offset_candidate1 = self.offset % new_align
|
||||
new_offset_candidate2 = other.offset % new_align
|
||||
@@ -83,8 +83,8 @@ class Alignment(object):
|
||||
new_align = gcd(new_align, offset_diff)
|
||||
new_offset_candidate1 = self.offset % new_align
|
||||
new_offset_candidate2 = other.offset % new_align
|
||||
- assert new_offset_candidate1 == new_offset_candidate2
|
||||
- new_offset = new_offset_candidate1
|
||||
+ assert new_offset_candidate1 == new_offset_candidate2
|
||||
+ new_offset = new_offset_candidate1
|
||||
# return the result
|
||||
return Alignment(new_align, new_offset)
|
||||
|
||||
@@ -92,44 +92,44 @@ class Alignment(object):
|
||||
class AlignmentLog(object):
|
||||
|
||||
def __init__(self):
|
||||
- self.ok_list = []
|
||||
- self.fail_list = []
|
||||
- self.verbosity = 1
|
||||
+ self.ok_list = []
|
||||
+ self.fail_list = []
|
||||
+ self.verbosity = 1
|
||||
|
||||
def __str__(self):
|
||||
- result = ""
|
||||
+ result = ""
|
||||
|
||||
- # output the OK-list
|
||||
- for (align_before, field_name, type_obj, callstack, align_after) in self.ok_list:
|
||||
- stacksize = len(callstack)
|
||||
+ # output the OK-list
|
||||
+ for (align_before, field_name, type_obj, callstack, align_after) in self.ok_list:
|
||||
+ stacksize = len(callstack)
|
||||
indent = ' ' * stacksize
|
||||
- if self.ok_callstack_is_relevant(callstack):
|
||||
+ if self.ok_callstack_is_relevant(callstack):
|
||||
if field_name is None or field_name == "":
|
||||
- result += (" %sok: %s:\n\t%sbefore: %s, after: %s\n"
|
||||
- % (indent, str(type_obj), indent, str(align_before), str(align_after)))
|
||||
- else:
|
||||
- result += (" %sok: field \"%s\" in %s:\n\t%sbefore: %s, after: %s\n"
|
||||
- % (indent, str(field_name), str(type_obj),
|
||||
- indent, str(align_before), str(align_after)))
|
||||
+ result += (" %sok: %s:\n\t%sbefore: %s, after: %s\n"
|
||||
+ % (indent, str(type_obj), indent, str(align_before), str(align_after)))
|
||||
+ else:
|
||||
+ result += (" %sok: field \"%s\" in %s:\n\t%sbefore: %s, after: %s\n"
|
||||
+ % (indent, str(field_name), str(type_obj),
|
||||
+ indent, str(align_before), str(align_after)))
|
||||
if self.verbosity >= 1:
|
||||
- result += self.callstack_to_str(indent, callstack)
|
||||
+ result += self.callstack_to_str(indent, callstack)
|
||||
|
||||
- # output the fail-list
|
||||
- for (align_before, field_name, type_obj, callstack, reason) in self.fail_list:
|
||||
- stacksize = len(callstack)
|
||||
+ # output the fail-list
|
||||
+ for (align_before, field_name, type_obj, callstack, reason) in self.fail_list:
|
||||
+ stacksize = len(callstack)
|
||||
indent = ' ' * stacksize
|
||||
- if field_name is None or field_name == "":
|
||||
- result += (" %sfail: align %s is incompatible with\n\t%s%s\n\t%sReason: %s\n"
|
||||
- % (indent, str(align_before), indent, str(type_obj), indent, reason))
|
||||
- else:
|
||||
- result += (" %sfail: align %s is incompatible with\n\t%sfield \"%s\" in %s\n\t%sReason: %s\n"
|
||||
- % (indent, str(align_before), indent, str(field_name), str(type_obj), indent, reason))
|
||||
+ if field_name is None or field_name == "":
|
||||
+ result += (" %sfail: align %s is incompatible with\n\t%s%s\n\t%sReason: %s\n"
|
||||
+ % (indent, str(align_before), indent, str(type_obj), indent, reason))
|
||||
+ else:
|
||||
+ result += (" %sfail: align %s is incompatible with\n\t%sfield \"%s\" in %s\n\t%sReason: %s\n"
|
||||
+ % (indent, str(align_before), indent, str(field_name), str(type_obj), indent, reason))
|
||||
|
||||
if self.verbosity >= 1:
|
||||
- result += self.callstack_to_str(indent, callstack)
|
||||
+ result += self.callstack_to_str(indent, callstack)
|
||||
|
||||
|
||||
- return result
|
||||
+ return result
|
||||
|
||||
|
||||
def callstack_to_str(self, indent, callstack):
|
||||
@@ -137,41 +137,41 @@ class AlignmentLog(object):
|
||||
for stack_elem in callstack:
|
||||
result += "\t %s%s\n" % (indent, str(stack_elem))
|
||||
result += "\t%s]\n" % indent
|
||||
- return result
|
||||
+ return result
|
||||
|
||||
|
||||
def ok_callstack_is_relevant(self, ok_callstack):
|
||||
# determine whether an ok callstack is relevant for logging
|
||||
- if self.verbosity >= 2:
|
||||
- return True
|
||||
+ if self.verbosity >= 2:
|
||||
+ return True
|
||||
|
||||
# empty callstacks are always relevant
|
||||
- if len(ok_callstack) == 0:
|
||||
+ if len(ok_callstack) == 0:
|
||||
return True
|
||||
|
||||
- # check whether the ok_callstack is a subset or equal to a fail_callstack
|
||||
+ # check whether the ok_callstack is a subset or equal to a fail_callstack
|
||||
for (align_before, field_name, type_obj, fail_callstack, reason) in self.fail_list:
|
||||
if len(ok_callstack) <= len(fail_callstack):
|
||||
zipped = zip(ok_callstack, fail_callstack[:len(ok_callstack)])
|
||||
- is_subset = all([i == j for i, j in zipped])
|
||||
- if is_subset:
|
||||
+ is_subset = all([i == j for i, j in zipped])
|
||||
+ if is_subset:
|
||||
return True
|
||||
|
||||
return False
|
||||
|
||||
|
||||
def ok(self, align_before, field_name, type_obj, callstack, align_after):
|
||||
- self.ok_list.append((align_before, field_name, type_obj, callstack, align_after))
|
||||
+ self.ok_list.append((align_before, field_name, type_obj, callstack, align_after))
|
||||
|
||||
def fail(self, align_before, field_name, type_obj, callstack, reason):
|
||||
- self.fail_list.append((align_before, field_name, type_obj, callstack, reason))
|
||||
+ self.fail_list.append((align_before, field_name, type_obj, callstack, reason))
|
||||
|
||||
def append(self, other):
|
||||
- self.ok_list.extend(other.ok_list)
|
||||
- self.fail_list.extend(other.fail_list)
|
||||
+ self.ok_list.extend(other.ok_list)
|
||||
+ self.fail_list.extend(other.fail_list)
|
||||
|
||||
def ok_count(self):
|
||||
- return len(self.ok_list)
|
||||
+ return len(self.ok_list)
|
||||
|
||||
|
||||
|
||||
--
|
||||
2.8.1
|
||||
|
||||
@@ -0,0 +1,70 @@
|
||||
From bea5e1c85bdc0950913790364e18228f20395a3d Mon Sep 17 00:00:00 2001
|
||||
From: Thomas Klausner <wiz@NetBSD.org>
|
||||
Date: Thu, 19 May 2016 17:30:05 +0200
|
||||
Subject: print() is a function and needs parentheses.
|
||||
|
||||
Fixes build with python-3.x.
|
||||
|
||||
Signed-off-by: Thomas Klausner <wiz@NetBSD.org>
|
||||
Signed-off-by: Uli Schlachter <psychon@znc.in>
|
||||
[yann.morin.1998@free.fr: backport from upstream]
|
||||
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
|
||||
|
||||
diff --git a/xcbgen/xtypes.py b/xcbgen/xtypes.py
|
||||
index c3b5758..b83b119 100644
|
||||
--- a/xcbgen/xtypes.py
|
||||
+++ b/xcbgen/xtypes.py
|
||||
@@ -501,7 +501,7 @@ class ComplexType(Type):
|
||||
int(required_start_align_element.get('align', "4"), 0),
|
||||
int(required_start_align_element.get('offset', "0"), 0))
|
||||
if verbose_align_log:
|
||||
- print "Explicit start-align for %s: %s\n" % (self, self.required_start_align)
|
||||
+ print ("Explicit start-align for %s: %s\n" % (self, self.required_start_align))
|
||||
|
||||
def resolve(self, module):
|
||||
if self.resolved:
|
||||
@@ -592,7 +592,7 @@ class ComplexType(Type):
|
||||
if verbose_align_log:
|
||||
print ("calc_required_start_align: %s has start-align %s"
|
||||
% (str(self), str(self.required_start_align)))
|
||||
- print "Details:\n" + str(log)
|
||||
+ print ("Details:\n" + str(log))
|
||||
if self.required_start_align.offset != 0:
|
||||
print (("WARNING: %s\n\thas start-align with non-zero offset: %s"
|
||||
+ "\n\tsuggest to add explicit definition with:"
|
||||
@@ -619,12 +619,12 @@ class ComplexType(Type):
|
||||
for offset in range(0,align):
|
||||
align_candidate = Alignment(align, offset)
|
||||
if verbose_align_log:
|
||||
- print "trying %s for %s" % (str(align_candidate), str(self))
|
||||
+ print ("trying %s for %s" % (str(align_candidate), str(self)))
|
||||
my_log = AlignmentLog()
|
||||
if self.is_possible_start_align(align_candidate, callstack, my_log):
|
||||
log.append(my_log)
|
||||
if verbose_align_log:
|
||||
- print "found start-align %s for %s" % (str(align_candidate), str(self))
|
||||
+ print ("found start-align %s for %s" % (str(align_candidate), str(self)))
|
||||
return align_candidate
|
||||
else:
|
||||
my_ok_count = my_log.ok_count()
|
||||
@@ -641,7 +641,7 @@ class ComplexType(Type):
|
||||
# none of the candidates applies
|
||||
# this type has illegal internal aligns for all possible start_aligns
|
||||
if verbose_align_log:
|
||||
- print "didn't find start-align for %s" % str(self)
|
||||
+ print ("didn't find start-align for %s" % str(self))
|
||||
log.append(best_log)
|
||||
return None
|
||||
|
||||
@@ -900,7 +900,7 @@ class SwitchType(ComplexType):
|
||||
# aux function for unchecked_get_alignment_after
|
||||
def get_align_for_selected_case_field(self, case_field, start_align, callstack, log):
|
||||
if verbose_align_log:
|
||||
- print "get_align_for_selected_case_field: %s, case_field = %s" % (str(self), str(case_field))
|
||||
+ print ("get_align_for_selected_case_field: %s, case_field = %s" % (str(self), str(case_field)))
|
||||
total_align = start_align
|
||||
for field in self.bitcases:
|
||||
my_callstack = callstack[:]
|
||||
--
|
||||
cgit v0.10.2
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.freedesktop.org/archives/xcb/2014-August/009614.html
|
||||
sha256 b4aceee6502a0ce45fc39b33c541a2df4715d00b72e660ebe8c5bb444771e32e xcb-proto-1.11.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-May/002693.html
|
||||
sha256 5922aba4c664ab7899a29d92ea91a87aa4c1fc7eb5ee550325c3216c480a4906 xcb-proto-1.12.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XCB_PROTO_VERSION = 1.11
|
||||
XCB_PROTO_VERSION = 1.12
|
||||
XCB_PROTO_SOURCE = xcb-proto-$(XCB_PROTO_VERSION).tar.bz2
|
||||
XCB_PROTO_SITE = http://xcb.freedesktop.org/dist
|
||||
XCB_PROTO_LICENSE = MIT
|
||||
@@ -13,6 +13,7 @@ XCB_PROTO_LICENSE_FILES = COPYING
|
||||
XCB_PROTO_INSTALL_STAGING = YES
|
||||
|
||||
XCB_PROTO_DEPENDENCIES = host-python
|
||||
HOST_XCB_PROTO_DEPENDENCIES = host-python
|
||||
|
||||
# xcbincludedir/pythondir is used by E.G. libxcb at build time to find the
|
||||
# xml / python files, so ensure these expand to their full (host) paths
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-March/002555.html
|
||||
sha1 b55a92cd96c3ec1be9a26963df6d5f16e68fffea xcb-util-cursor-0.1.2.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-May/002691.html
|
||||
sha1 26562eb6d4151307f7b6a53453d360ecfc0563ac xcb-util-cursor-0.1.3.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XCB_UTIL_CURSOR_VERSION = 0.1.2
|
||||
XCB_UTIL_CURSOR_VERSION = 0.1.3
|
||||
XCB_UTIL_CURSOR_SITE = http://xcb.freedesktop.org/dist
|
||||
XCB_UTIL_CURSOR_SOURCE = xcb-util-cursor-$(XCB_UTIL_CURSOR_VERSION).tar.bz2
|
||||
XCB_UTIL_CURSOR_LICENSE = MIT
|
||||
|
||||
2
bsp/buildroot/package/x11r7/xcb-util/xcb-util.hash
Normal file
2
bsp/buildroot/package/x11r7/xcb-util/xcb-util.hash
Normal file
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 c611259c0ab20fd76f79f48f4684843c18ea9c967eba78a45e8b3636315c18c4 xcb-util-0.3.9.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 b26adf2d503d01299718390ae39dab4691a67220de09423be0364e9a060bf7e4 xcursor-transparent-theme-0.1.1.tar.gz
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2016-January/002669.html
|
||||
sha256 af9c2b47f5b272ae56b45da6bd84610fc9a3d80a4b32c8215842a39d862de017 xf86-input-evdev-2.10.1.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-June/002696.html
|
||||
sha256 5aa21ba4be8df927e5676a99c7f4f0343abc089f5451b7e73e39536f29b332a2 xf86-input-evdev-2.10.3.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_INPUT_EVDEV_VERSION = 2.10.1
|
||||
XDRIVER_XF86_INPUT_EVDEV_VERSION = 2.10.3
|
||||
XDRIVER_XF86_INPUT_EVDEV_SOURCE = xf86-input-evdev-$(XDRIVER_XF86_INPUT_EVDEV_VERSION).tar.bz2
|
||||
XDRIVER_XF86_INPUT_EVDEV_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_INPUT_EVDEV_LICENSE = MIT
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
Section "InputClass"
|
||||
Identifier "joystick catchall"
|
||||
MatchIsJoystick "on"
|
||||
MatchDevicePath "/dev/input/event*"
|
||||
Driver "joystick"
|
||||
EndSection
|
||||
@@ -11,4 +11,11 @@ XDRIVER_XF86_INPUT_JOYSTICK_LICENSE = MIT
|
||||
XDRIVER_XF86_INPUT_JOYSTICK_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_INPUT_JOYSTICK_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
|
||||
|
||||
define XDRIVER_XF86_INPUT_JOYSTICK_CONF
|
||||
$(INSTALL) -m 0644 -D \
|
||||
$(XDRIVER_XF86_INPUT_JOYSTICK_PKGDIR)/50-joystick.conf \
|
||||
$(TARGET_DIR)/usr/share/X11/xorg.conf.d/50-joystick.conf
|
||||
endef
|
||||
XDRIVER_XF86_INPUT_JOYSTICK_POST_INSTALL_TARGET_HOOKS += XDRIVER_XF86_INPUT_JOYSTICK_CONF
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-December/002667.html
|
||||
sha256 fdade531e91e79acf6dce8ac55fa4f65abe3f1358c5d3d777ae48dbc74b76f49 xf86-input-libinput-0.16.0.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-April/002687.html
|
||||
sha256 6c5d30dc7c8b8ae34261340e1dc9cbb8ef435078e084b8ef507527a8a21af477 xf86-input-libinput-0.19.0.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.16.0
|
||||
XDRIVER_XF86_INPUT_LIBINPUT_VERSION = 0.19.0
|
||||
XDRIVER_XF86_INPUT_LIBINPUT_SOURCE = xf86-input-libinput-$(XDRIVER_XF86_INPUT_LIBINPUT_VERSION).tar.bz2
|
||||
XDRIVER_XF86_INPUT_LIBINPUT_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_INPUT_LIBINPUT_LICENSE = MIT
|
||||
|
||||
@@ -1,11 +0,0 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_INPUT_VOID
|
||||
bool "xf86-input-void"
|
||||
# http://lists.x.org/archives/xorg-announce/2015-April/002585.html
|
||||
# "It is just dead weight for any server released after 2007 or so.
|
||||
# Don't use it."
|
||||
depends on BR2_DEPRECATED_SINCE_2015_05
|
||||
select BR2_PACKAGE_XPROTO_INPUTPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
null input driver
|
||||
@@ -1,2 +0,0 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-April/002585.html
|
||||
sha256 f96e4f0a622821bf43a74bd419f2a18423343996c9d243c7e1430ba2d142339c xf86-input-void-1.4.1.tar.bz2
|
||||
@@ -1,14 +0,0 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-input-void
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_INPUT_VOID_VERSION = 1.4.1
|
||||
XDRIVER_XF86_INPUT_VOID_SOURCE = xf86-input-void-$(XDRIVER_XF86_INPUT_VOID_VERSION).tar.bz2
|
||||
XDRIVER_XF86_INPUT_VOID_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_INPUT_VOID_LICENSE = MIT
|
||||
XDRIVER_XF86_INPUT_VOID_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_INPUT_VOID_DEPENDENCIES = xserver_xorg-server xproto_inputproto xproto_randrproto xproto_xproto
|
||||
|
||||
$(eval $(autotools-package))
|
||||
@@ -0,0 +1,22 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_AMDGPU
|
||||
bool "xf86-video-amdgpu"
|
||||
depends on BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||
depends on BR2_PACKAGE_MESA3D_OPENGL_EGL # gbm
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_LIBDRM_AMDGPU
|
||||
select BR2_PACKAGE_LIBEPOXY
|
||||
select BR2_PACKAGE_XLIB_LIBXCOMPOSITE
|
||||
select BR2_PACKAGE_XPROTO_DRI3PROTO
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_GLPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_VIDEOPROTO
|
||||
select BR2_PACKAGE_XPROTO_XEXTPROTO
|
||||
select BR2_PACKAGE_XPROTO_XF86DRIPROTO
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
AMD GPU video driver
|
||||
|
||||
comment "xf86-video-amdgpu needs egl/opengl support from mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D_OPENGL_EGL || \
|
||||
!BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||
@@ -0,0 +1,2 @@
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-April/002686.html
|
||||
sha256 69f5d0ded9f4d5ce529099b6b581268e8f4dcff5608f1441d4ebc110ebc57931 xf86-video-amdgpu-1.1.0.tar.bz2
|
||||
@@ -0,0 +1,28 @@
|
||||
################################################################################
|
||||
#
|
||||
# xdriver_xf86-video-amdgpu
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_AMDGPU_VERSION = 1.1.0
|
||||
XDRIVER_XF86_VIDEO_AMDGPU_SOURCE = xf86-video-amdgpu-$(XDRIVER_XF86_VIDEO_AMDGPU_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_AMDGPU_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_AMDGPU_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_AMDGPU_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_AMDGPU_DEPENDENCIES = \
|
||||
libdrm \
|
||||
xlib_libXcomposite \
|
||||
xproto_dri3proto \
|
||||
xproto_fontsproto \
|
||||
xproto_glproto \
|
||||
xproto_randrproto \
|
||||
xproto_videoproto \
|
||||
xproto_xextproto \
|
||||
xproto_xf86driproto \
|
||||
xproto_xproto \
|
||||
xserver_xorg-server
|
||||
|
||||
# xdriver_xf86-video-amdgpu requires O_CLOEXEC
|
||||
XDRIVER_XF86_VIDEO_AMDGPU_CONF_ENV += CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
||||
|
||||
$(eval $(autotools-package))
|
||||
@@ -1,2 +1,2 @@
|
||||
# Locally computed
|
||||
sha256 e778f1824f5eed7e3197f00f39418de1525e310fd78e0335f6178c26b9b0495b xf86-video-ast-1.0.1.tar.bz2
|
||||
sha256 1edbbc55d47d3fd71dec99b15c2483e22738c642623a0fb86ef4a81a9067a2de xf86-video-ast-1.1.5.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_AST_VERSION = 1.0.1
|
||||
XDRIVER_XF86_VIDEO_AST_VERSION = 1.1.5
|
||||
XDRIVER_XF86_VIDEO_AST_SOURCE = xf86-video-ast-$(XDRIVER_XF86_VIDEO_AST_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_AST_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_AST_LICENSE = MIT
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_ATI
|
||||
bool "xf86-video-ati"
|
||||
depends on BR2_PACKAGE_MESA3D
|
||||
depends on BR2_TOOLCHAIN_HAS_THREADS # libdrm -> libpthread-stubs
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_LIBDRM_RADEON
|
||||
select BR2_PACKAGE_MESA3D_DRI_DRIVER_RADEON
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-November/002658.html
|
||||
sha256 2516d9eeb8da8bcd3a01365ed1314919777910fa904ab268af342b5693e1d34c xf86-video-ati-7.6.1.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-April/002684.html
|
||||
sha256 844d1c577b145c90dc8ef027678f0c27f554363f782cd696a3aea26415b2c1c3 xf86-video-ati-7.7.0.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_ATI_VERSION = 7.6.1
|
||||
XDRIVER_XF86_VIDEO_ATI_VERSION = 7.7.0
|
||||
XDRIVER_XF86_VIDEO_ATI_SOURCE = xf86-video-ati-$(XDRIVER_XF86_VIDEO_ATI_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_ATI_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_ATI_LICENSE = MIT
|
||||
@@ -22,7 +22,7 @@ XDRIVER_XF86_VIDEO_ATI_DEPENDENCIES = \
|
||||
xproto_xproto \
|
||||
xserver_xorg-server
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBEPOXY),y)
|
||||
ifeq ($(BR2_PACKAGE_XPROTO_DRI3PROTO)$(BR2_PACKAGE_LIBEPOXY),yy)
|
||||
XDRIVER_XF86_VIDEO_ATI_CONF_OPTS = --enable-glamor
|
||||
else
|
||||
XDRIVER_XF86_VIDEO_ATI_CONF_OPTS = --disable-glamor
|
||||
|
||||
@@ -2,6 +2,7 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBTURBO
|
||||
bool "xf86-video-fbturbo"
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
select BR2_PACKAGE_PIXMAN
|
||||
select BR2_PACKAGE_XPROTO_DRI2PROTO if BR2_PACKAGE_LIBUMP
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 10411686de0a9d8b2cde300b0d68e9f1d22e3611470d357ef3afc337f123ca0f xdriver_xf86-video-fbturbo-0.4.0.tar.gz
|
||||
@@ -26,6 +26,14 @@ else
|
||||
XDRIVER_XF86_VIDEO_FBTURBO_CONF_OPTS += --disable-pciaccess
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_LIBUMP),y)
|
||||
XDRIVER_XF86_VIDEO_FBTURBO_DEPENDENCIES += libump
|
||||
endif
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XPROTO_DRI2PROTO),y)
|
||||
XDRIVER_XF86_VIDEO_FBTURBO_DEPENDENCIES += xproto_dri2proto
|
||||
endif
|
||||
|
||||
define XDRIVER_XF86_VIDEO_FBTURBO_INSTALL_CONF_FILE
|
||||
$(INSTALL) -m 0644 -D $(@D)/xorg.conf $(TARGET_DIR)/etc/X11/xorg.conf
|
||||
endef
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-May/002607.html
|
||||
sha256 07b4d42623e71e592b77c52a75cf230f8e711c8a0c1b26cecb06e9231d333c41 xf86-video-geode-2.11.17.tar.bz2
|
||||
# From http://lists.x.org/archives/xorg-announce/2016-February/002673.html
|
||||
sha256 d6ece9a862a68be3cdf86a87e0e1ba5e199168b8d075129646638f53649ba9e8 xf86-video-geode-2.11.18.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_GEODE_VERSION = 2.11.17
|
||||
XDRIVER_XF86_VIDEO_GEODE_VERSION = 2.11.18
|
||||
XDRIVER_XF86_VIDEO_GEODE_SOURCE = xf86-video-geode-$(XDRIVER_XF86_VIDEO_GEODE_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_GEODE_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_GEODE_LICENSE = MIT
|
||||
|
||||
@@ -0,0 +1,90 @@
|
||||
From 69a92f4576a1e789ba2fcf957164d2c4013020c5 Mon Sep 17 00:00:00 2001
|
||||
From: Otavio Salvador <otavio@ossystems.com.br>
|
||||
Date: Wed, 2 Dec 2015 13:36:25 +0000
|
||||
Subject: [PATCH] Stop using Git to write local version
|
||||
Organization: O.S. Systems Software LTDA.
|
||||
|
||||
The standard version does not use a Git repository so we should not
|
||||
use Git to identify the commit of the build as it can end getting the
|
||||
version from a wrong repository and can be misleading.
|
||||
|
||||
Upstream-Status: Pending
|
||||
|
||||
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
||||
[Downloaded from
|
||||
https://github.com/Freescale/meta-fsl-arm/blob/master/recipes-graphics/xorg-driver/xf86-video-imxfb-vivante/Stop-using-Git-to-write-local-version.patch]
|
||||
Signed-off-by: Andrew Webster <awebster@arcx.com>
|
||||
---
|
||||
EXA/src/makefile.tc | 6 +++---
|
||||
FslExt/src/makefile.tc | 6 +++---
|
||||
util/autohdmi/makefile.tc | 6 +++---
|
||||
util/pandisplay/makefile.tc | 6 +++---
|
||||
4 files changed, 12 insertions(+), 12 deletions(-)
|
||||
|
||||
diff --git a/EXA/src/makefile.tc b/EXA/src/makefile.tc
|
||||
index 0b9a9e6..ec6e68d 100644
|
||||
--- a/EXA/src/makefile.tc
|
||||
+++ b/EXA/src/makefile.tc
|
||||
@@ -52,8 +52,8 @@ prefix ?= /usr
|
||||
sysroot ?= /
|
||||
|
||||
# get git commit number
|
||||
-COMMITNR := `git log -n 1 --format=%H`
|
||||
-DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
-LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
+#COMMITNR := `git log -n 1 --format=%H`
|
||||
+#DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
+#LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
|
||||
|
||||
diff --git a/FslExt/src/makefile.tc b/FslExt/src/makefile.tc
|
||||
index 0b9a9e6..ec6e68d 100644
|
||||
--- a/FslExt/src/makefile.tc
|
||||
+++ b/FslExt/src/makefile.tc
|
||||
@@ -52,8 +52,8 @@ prefix ?= /usr
|
||||
sysroot ?= /
|
||||
|
||||
# get git commit number
|
||||
-COMMITNR := `git log -n 1 --format=%H`
|
||||
-DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
-LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
+#COMMITNR := `git log -n 1 --format=%H`
|
||||
+#DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
+#LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
|
||||
|
||||
diff --git a/util/autohdmi/makefile.tc b/util/autohdmi/makefile.tc
|
||||
index c9de0a6..d0a468c 100644
|
||||
--- a/util/autohdmi/makefile.tc
|
||||
+++ b/util/autohdmi/makefile.tc
|
||||
@@ -64,8 +64,8 @@ prefix ?= /usr
|
||||
sysroot ?= /
|
||||
|
||||
# get git commit number
|
||||
-COMMITNR := `git log -n 1 --format=%H`
|
||||
-DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
-LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
+#COMMITNR := `git log -n 1 --format=%H`
|
||||
+#DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
+#LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
|
||||
|
||||
diff --git a/util/pandisplay/makefile.tc b/util/pandisplay/makefile.tc
|
||||
index 28732b9..bf54c20 100644
|
||||
--- a/util/pandisplay/makefile.tc
|
||||
+++ b/util/pandisplay/makefile.tc
|
||||
@@ -64,8 +64,8 @@ prefix ?= /usr
|
||||
sysroot ?= /
|
||||
|
||||
# get git commit number
|
||||
-COMMITNR := `git log -n 1 --format=%H`
|
||||
-DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
-LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
+#COMMITNR := `git log -n 1 --format=%H`
|
||||
+#DIRTY := `git diff-index --quiet HEAD || echo '-dirty'`
|
||||
+#LOCAL_CFLAGS += -DCOMMIT="${COMMITNR}${DIRTY}"
|
||||
|
||||
|
||||
--
|
||||
2.1.4
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX_VIV
|
||||
bool "xf86-video-imx-viv"
|
||||
depends on BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_1 # mesa3d
|
||||
select BR2_PACKAGE_MESA3D # Needed in order to compile xorg with glx/dri
|
||||
select BR2_PACKAGE_MESA3D_DRI_DRIVER
|
||||
select BR2_PACKAGE_LIBDRM
|
||||
@@ -29,3 +30,4 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX_VIV
|
||||
comment "xf86-video-imx-viv depends on imx-gpu-viv with X11 output"
|
||||
depends on BR2_arm
|
||||
depends on !BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_1
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
# locally computed
|
||||
sha256 ab6a896cafba324105d26f52b7dad2c41d04d75cc9e48b66e8041a95660a04ee xserver-xorg-video-imx-viv-5.0.11.p7.1.tar.gz
|
||||
sha256 ddb6de9e00ce0b22f6c905eaf6694424413eade53ef6cd3b36e20ac99dcc0e0f xserver-xorg-video-imx-viv-5.0.11.p8.4.tar.gz
|
||||
|
||||
@@ -4,13 +4,13 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_VERSION = 5.0.11.p7.1
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_VERSION = 5.0.11.p8.4
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_SITE = $(FREESCALE_IMX_SITE)
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_SOURCE = xserver-xorg-video-imx-viv-$(XDRIVER_XF86_VIDEO_IMX_VIV_VERSION).tar.gz
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_DEPENDENCIES = imx-gpu-viv xserver_xorg-server \
|
||||
xproto_xproto xproto_xf86driproto libdrm
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE = GPLv2+
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE_FILES = COPYING-GPL-2
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_LICENSE_FILES = COPYING-MIT
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_INSTALL_STAGING = YES
|
||||
XDRIVER_XF86_VIDEO_IMX_VIV_MAKE_CMD = $(TARGET_CONFIGURE_OPTS) $(MAKE1) -C $(@D)/EXA/src -f makefile.linux
|
||||
|
||||
|
||||
@@ -23,7 +23,7 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX
|
||||
Option "fbdev" "/dev/fb0"
|
||||
EndSection
|
||||
|
||||
comment "xf86-video-imx needs an EABI toolchain w/ (e)glibc"
|
||||
comment "xf86-video-imx needs an EABI toolchain w/ glibc"
|
||||
depends on BR2_arm
|
||||
depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 d7d85e9f13c6dd58addab89847f3a8a67f6382a54135c7978c9a95368af024d4 xserver-xorg-video-imx-11.09.01.tar.gz
|
||||
@@ -4,15 +4,17 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_INTEL_VERSION = 82293901da23d79fd074e5255fda5c95405d52de
|
||||
XDRIVER_XF86_VIDEO_INTEL_VERSION = 6988b873b041130d88dd0aae70c10f86550ee2b3
|
||||
XDRIVER_XF86_VIDEO_INTEL_SITE = git://anongit.freedesktop.org/xorg/driver/xf86-video-intel
|
||||
XDRIVER_XF86_VIDEO_INTEL_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_INTEL_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_INTEL_AUTORECONF = YES
|
||||
|
||||
# this fixes a getline-related compilation error in src/sna/kgem.c
|
||||
# -D_GNU_SOURCE fixes a getline-related compile error in src/sna/kgem.c
|
||||
# We force -O2 regardless of the optimization level chosen by the user,
|
||||
# as compiling this package is known to be broken with -Os.
|
||||
XDRIVER_XF86_VIDEO_INTEL_CONF_ENV = \
|
||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE"
|
||||
CFLAGS="$(TARGET_CFLAGS) -D_GNU_SOURCE -O2"
|
||||
|
||||
XDRIVER_XF86_VIDEO_INTEL_CONF_OPTS = \
|
||||
--disable-xvmc \
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64
|
||||
bool "xf86-video-mach64"
|
||||
depends on BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
@@ -9,6 +7,3 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_MACH64
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
mach64 video driver
|
||||
|
||||
comment "xf86-video-mach64 needs mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D
|
||||
|
||||
@@ -12,4 +12,8 @@ XDRIVER_XF86_VIDEO_MACH64_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_MACH64_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_MACH64_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||
XDRIVER_XF86_VIDEO_MACH64_CONF_OPTS = --disable-dri
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -12,4 +12,8 @@ XDRIVER_XF86_VIDEO_MGA_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_MGA_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_MGA_DEPENDENCIES = xserver_xorg-server libdrm xproto_fontsproto xproto_glproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xf86driproto xproto_xproto
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||
XDRIVER_XF86_VIDEO_MGA_CONF_OPTS = --disable-dri
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -15,5 +15,7 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_OPENCHROME
|
||||
Openchrome, A free and Open Source video driver for the VIA/S3G
|
||||
UniChrome and UniChrome Pro graphics chipsets.
|
||||
|
||||
https://www.freedesktop.org/wiki/Openchrome/
|
||||
|
||||
comment "xf86-video-openchrome needs mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2013-May/002220.html
|
||||
sha1 1f7b23d4ed53417eda5c6730486b36812f469295 xf86-video-openchrome-0.3.3.tar.bz2
|
||||
# Locally computed
|
||||
sha256 73e7966d01d0d644d3b9204e8bfc106cb99069c58e981626e7352f2693e3e927 xf86-video-openchrome-0.4.0.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_VERSION = 0.3.3
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_VERSION = 0.4.0
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_SOURCE = xf86-video-openchrome-$(XDRIVER_XF86_VIDEO_OPENCHROME_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_SITE = http://xorg.freedesktop.org/archive/individual/driver
|
||||
XDRIVER_XF86_VIDEO_OPENCHROME_LICENSE = MIT
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
config BR2_PACKAGE_XDRIVER_XF86_VIDEO_R128
|
||||
bool "xf86-video-r128"
|
||||
depends on BR2_PACKAGE_MESA3D
|
||||
select BR2_PACKAGE_XPROTO_FONTSPROTO
|
||||
select BR2_PACKAGE_XPROTO_RANDRPROTO
|
||||
select BR2_PACKAGE_XPROTO_RENDERPROTO
|
||||
@@ -8,6 +7,3 @@ config BR2_PACKAGE_XDRIVER_XF86_VIDEO_R128
|
||||
select BR2_PACKAGE_XPROTO_XPROTO
|
||||
help
|
||||
R128 video driver
|
||||
|
||||
comment "xf86-video-r128 needs mesa3d"
|
||||
depends on !BR2_PACKAGE_MESA3D
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2015-May/002598.html
|
||||
sha256 80d531a07168230a408b88809a5440cfd48f9098666d12702d0012148a0d353d xf86-video-r128-6.10.0.tar.bz2
|
||||
# From http://lists.x.org/archives/xorg-announce/2016-January/002670.html
|
||||
sha256 5ebfef49831c9b12f7b7011c8314010596ac2ab0d5b9b7cfd17908e93d7de4ea xf86-video-r128-6.10.1.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XDRIVER_XF86_VIDEO_R128_VERSION = 6.10.0
|
||||
XDRIVER_XF86_VIDEO_R128_VERSION = 6.10.1
|
||||
XDRIVER_XF86_VIDEO_R128_SOURCE = xf86-video-r128-$(XDRIVER_XF86_VIDEO_R128_VERSION).tar.bz2
|
||||
XDRIVER_XF86_VIDEO_R128_SITE = http://xorg.freedesktop.org/releases/individual/driver
|
||||
XDRIVER_XF86_VIDEO_R128_LICENSE = MIT
|
||||
@@ -12,4 +12,8 @@ XDRIVER_XF86_VIDEO_R128_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_R128_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_R128_DEPENDENCIES = xserver_xorg-server xproto_fontsproto xproto_randrproto xproto_renderproto xproto_xextproto xproto_xproto
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||
XDRIVER_XF86_VIDEO_R128_CONF_OPTS = --disable-dri
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -12,4 +12,8 @@ XDRIVER_XF86_VIDEO_SAVAGE_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_DEPENDENCIES = xserver_xorg-server libdrm xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xf86driproto xproto_xproto
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||
XDRIVER_XF86_VIDEO_SAVAGE_CONF_OPTS = --disable-dri
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -10,6 +10,19 @@ XDRIVER_XF86_VIDEO_TDFX_SOURCE = xf86-video-tdfx-$(XDRIVER_XF86_VIDEO_TDFX_VERSI
|
||||
XDRIVER_XF86_VIDEO_TDFX_LICENSE = MIT
|
||||
XDRIVER_XF86_VIDEO_TDFX_LICENSE_FILES = COPYING
|
||||
XDRIVER_XF86_VIDEO_TDFX_AUTORECONF = YES
|
||||
XDRIVER_XF86_VIDEO_TDFX_DEPENDENCIES = xserver_xorg-server libdrm xproto_fontsproto xproto_randrproto xproto_renderproto xproto_videoproto xproto_xextproto xproto_xf86driproto xproto_xproto
|
||||
XDRIVER_XF86_VIDEO_TDFX_DEPENDENCIES = \
|
||||
libdrm \
|
||||
xproto_fontsproto \
|
||||
xproto_randrproto \
|
||||
xproto_renderproto \
|
||||
xproto_videoproto \
|
||||
xproto_xextproto \
|
||||
xproto_xf86driproto \
|
||||
xproto_xproto \
|
||||
xserver_xorg-server
|
||||
|
||||
ifeq ($(BR2_PACKAGE_MESA3D_DRI_DRIVER),)
|
||||
XDRIVER_XF86_VIDEO_TDFX_CONF_OPTS = --disable-dri
|
||||
endif
|
||||
|
||||
$(eval $(autotools-package))
|
||||
|
||||
@@ -11,6 +11,8 @@ XFONT_ENCODINGS_LICENSE = Public Domain
|
||||
XFONT_ENCODINGS_LICENSE_FILES = COPYING
|
||||
|
||||
XFONT_ENCODINGS_DEPENDENCIES = host-xapp_mkfontscale host-pkgconf xutil_util-macros
|
||||
HOST_XFONT_ENCODINGS_DEPENDENCIES = \
|
||||
host-xapp_mkfontscale host-pkgconf host-xutil_util-macros
|
||||
|
||||
$(eval $(autotools-package))
|
||||
$(eval $(host-autotools-package))
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 b2c08433eab5cb202470aa9f779efefce8d9cab2534f34f3aa4a31d05671c054 font-adobe-100dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 c6024a1e4a1e65f413f994dd08b734efd393ce0a502eb465deb77b9a36db4d09 font-adobe-75dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 d16f5e3f227cc6dd07a160a71f443559682dbc35f1c056a5385085aaec4fada5 font-adobe-utopia-100dpi-1.0.4.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 8732719c61f3661c8bad63804ebfd54fc7de21ab848e9a26a19b1778ef8b5c94 font-adobe-utopia-75dpi-1.0.4.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 979435105f897a70f8993fa02c8362160b0513366c2ab896965416f96dbb8077 font-adobe-utopia-type1-1.0.4.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 8b453b2aae1cfa8090009ca037037b8c5e333550651d5a158b7264ce1d472c9a font-alias-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 505d9b12a7093389e67a925dfda6346bde26d114c67f0cdca7aeda6e5d3344f4 font-arabic-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 23c07162708e4b79eb33095c8bfa62c783717a9431254bbf44863734ea239481 font-bh-100dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 3486aa51ac92c646a448fe899c5c3dae0024b1fef724d5100d52640d1cac721c font-bh-75dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 62a83363c2536095fda49d260d21e0847675676e4e3415054064cbdffa641fbb font-bh-lucidatypewriter-100dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 4ac16afbe205480cc5572e2977ea63488c543d05be0ea8e5a94c845a6eebcb31 font-bh-lucidatypewriter-75dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 761455a297486f3927a85d919b5c948d1d324181d4bea6c95d542504b68a63c1 font-bh-type1-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 ebe0d7444e3d7c8da7642055ac2206f0190ee060700d99cd876f8fc9964cb6ce font-bitstream-100dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 ba3f5e4610c07bd5859881660753ec6d75d179f26fc967aa776dbb3d5d5cf48e font-bitstream-75dpi-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 c6ea0569adad2c577f140328dc3302e729cb1b1ea90cd0025caf380625f8a688 font-bitstream-type1-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 6e8631936157677c77ba032b5c7b1fb3cb2ee872dbcea0444f12cd602cd9212a font-cronyx-cyrillic-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 17363eb35eece2e08144da5f060c70103b59d0972b4f4d77fd84c9a7a2dba635 font-cursor-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 bc65de70bee12698caa95b523d3b652c056347e17b68cc8b5d6bbdff235c4be8 font-daewoo-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 e19ddf8b5f8de914d81675358fdfe37762e9ce524887cc983adef34f2850ff7b font-dec-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 fddb28d3db5a07f4b4ca15388488a9680a10e1367a18f358f903b2a608a5d2df font-ibm-type1-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 5824ab4b485951107dd245b8f7717d2822f1a6dbf6cea98f1ac7f49905c0a867 font-isas-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 2b18ce10b367ebafe95a17de799b6db9a24e2337188d124adaf68af05b1fac65 font-jis-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 9a3381c10f32d9511f0ad4179df395914c50779103c16cddf7017f5220ed8db6 font-micro-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 e40fe3e3323c62b738550795457ad555c70c008aa91b5912dfd46f8e745f5e60 font-misc-cyrillic-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 53cb1fd83afdbe7939c0eac34003676ee0e6023216892d98054db90b703c98a5 font-misc-ethiopic-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 3721323f13855cf7ca609115a1f7b182491e9b2b9c6e01eb1a2c7f8edd480791 font-misc-meltho-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 b8e77940e4e1769dc47ef1805918d8c9be37c708735832a07204258bacc11794 font-misc-misc-1.1.2.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 bd5f7adb34367c197773a9801df5bce7b019664941900b2a31fbfe1ff2830f8f font-mutt-misc-1.0.3.tar.bz2
|
||||
@@ -0,0 +1,2 @@
|
||||
# locally computed
|
||||
sha256 e444028656e0767e2eddc6d9aca462b16a2be75a47244dbc199b2c44eca87e5a font-schumacher-misc-1.1.2.tar.bz2
|
||||
@@ -11,6 +11,7 @@ XFONT_FONT_UTIL_LICENSE = MIT/BSD-2c
|
||||
XFONT_FONT_UTIL_LICENSE_FILES = COPYING
|
||||
|
||||
XFONT_FONT_UTIL_DEPENDENCIES = host-pkgconf
|
||||
HOST_XFONT_FONT_UTIL_DEPENDENCIES = host-pkgconf
|
||||
XFONT_FONT_UTIL_INSTALL_STAGING = YES
|
||||
XFONT_FONT_UTIL_INSTALL_TARGET = NO
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# From http://lists.x.org/archives/xorg-announce/2016-January/002671.html
|
||||
sha256 dec6be44bd31775cdc1ab95bfd75d5f2c0055613eeca8b4e9c6480b183430701 xkeyboard-config-2.17.tar.bz2
|
||||
# From https://lists.x.org/archives/xorg-announce/2016-June/002698.html
|
||||
sha256 c41d917d6c8a59feb7ccbda51c40a6ada824fdd1e9684b52dd48c9530617ddd0 xkeyboard-config-2.18.tar.bz2
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
XKEYBOARD_CONFIG_VERSION = 2.17
|
||||
XKEYBOARD_CONFIG_VERSION = 2.18
|
||||
XKEYBOARD_CONFIG_SOURCE = xkeyboard-config-$(XKEYBOARD_CONFIG_VERSION).tar.bz2
|
||||
XKEYBOARD_CONFIG_SITE = http://www.x.org/releases/individual/data/xkeyboard-config
|
||||
XKEYBOARD_CONFIG_LICENSE = MIT
|
||||
|
||||
@@ -23,6 +23,18 @@ XLIB_LIBX11_DEPENDENCIES = \
|
||||
xproto_xf86bigfontproto \
|
||||
host-xproto_xproto
|
||||
|
||||
HOST_XLIB_LIBX11_DEPENDENCIES = \
|
||||
host-libxcb \
|
||||
host-xutil_util-macros \
|
||||
host-xlib_xtrans \
|
||||
host-xlib_libXau \
|
||||
host-xlib_libXdmcp \
|
||||
host-xproto_kbproto \
|
||||
host-xproto_xproto \
|
||||
host-xproto_xextproto \
|
||||
host-xproto_inputproto \
|
||||
host-xproto_xf86bigfontproto
|
||||
|
||||
XLIB_LIBX11_CONF_OPTS = \
|
||||
--disable-malloc0returnsnull \
|
||||
--with-xcb \
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user