blob: d8379eb3968da43a4b2b1f64e4f78518014d07b4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
require xorg-xserver-common.inc
DESCRIPTION = "the X.Org X server"
DEPENDS += "pixman libpciaccess openssl xineramaproto libxinerama"
RDEPENDS += "hal"
PE = "2"
PR = "r1"
SRC_URI += "file://sysroot_fix.patch;patch=1 \
file://dolt-fix.patch;patch=1"
MESA_VER = "7.2"
export LDFLAGS += " -ldl "
|