blob: 74ea3c41e535cec81e77ef390ed69a3e57441c63 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
require xorg-xserver-common.inc
DESCRIPTION = "the X.Org X server"
DEPENDS += "pixman libpciaccess openssl"
RDEPENDS += "hal"
PE = "2"
PR = "r5"
SRC_URI += "file://drmfix.patch;patch=1 \
file://sysroot_fix.patch;patch=1 \
file://xorg-avr32-support.diff;patch=1 \
"
MESA_VER = "7.2"
export LDFLAGS += " -ldl "
|