summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/xorg-lib/libxfixes_6.0.1.bb
blob: 28df7bb8058bc89356e7fc02986097f17c38d02c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "XFixes: X Fixes extension library"

DESCRIPTION = "X applications have often needed to work around various \
shortcomings in the core X window system.  This extension is designed to \
provide the minimal server-side support necessary to eliminate problems \
caused by these workarounds."

require xorg-lib-common.inc
SRC_URI[sha256sum] = "b695f93cd2499421ab02d22744458e650ccc88c1d4c8130d60200213abc02d58"

LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://COPYING;md5=a5a9755c8921cc7dc08a5cfe4267d0ff"

DEPENDS += "virtual/libx11 xorgproto"

PE = "1"

XORG_PN = "libXfixes"
XORG_EXT = "tar.xz"

BBCLASSEXTEND = "native nativesdk"