mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
libxcb: upgrade to the latest version 1.6
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
c858c1f73f
commit
aa7c1959dd
@@ -1,7 +1,9 @@
|
||||
DESCRIPTION = "XCB: an X protocol C binding"
|
||||
HOMEPAGE = "http://xcb.freedesktop.org"
|
||||
BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB"
|
||||
|
||||
SECTION = "x11/libs"
|
||||
LICENSE = "MIT-X"
|
||||
HOMEPAGE = "http://xcb.freedesktop.org"
|
||||
|
||||
PARALLEL_MAKE = ""
|
||||
DEPENDS = "xcb-proto xproto libxau libxslt-native xcb-proto-native"
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
include libxcb.inc
|
||||
PR = "r1"
|
||||
|
||||
DEPENDS += "libpthread-stubs xcb-proto-native"
|
||||
|
||||
PACKAGES =+ "libxcb-xinerama"
|
||||
10
meta/packages/xcb/libxcb_1.6.bb
Normal file
10
meta/packages/xcb/libxcb_1.6.bb
Normal file
@@ -0,0 +1,10 @@
|
||||
include libxcb.inc
|
||||
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d763b081cb10c223435b01e00dc0aba7"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS += "libpthread-stubs xcb-proto-native"
|
||||
|
||||
PACKAGES =+ "libxcb-xinerama"
|
||||
Reference in New Issue
Block a user