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