blob: dd5dd8745ba7d87196e4add824b6f292a80362d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require xorg-lib-common.inc
DESCRIPTION = "Xinerama library"
PRIORITY = "optional"
PE = "1"
PR = "r1"
DEPENDS += " virtual/libx11 libxext xextproto xineramaproto"
PROVIDES = "xinerama"
SRC_URI += "file://configure_fix.patch;patch=1"
XORG_PN = "libXinerama"
|