blob: 193928a2dc2c9c29363d02e0c01df472f041fe04 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
require xorg-lib-common.inc
DESCRIPTION = "Xinerama library"
PRIORITY = "optional"
PE = "1"
PR = "r2"
DEPENDS += " virtual/libx11 libxext xextproto xineramaproto"
PROVIDES = "xinerama"
XORG_PN = "libXinerama"
|