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