blob: 8d0fa884be4a1048f9f56afb1fb6c91cbfab7ed5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
require xorg-xserver-common.inc
DESCRIPTION = "the X.Org X server"
DEPENDS += "pixman"
RDEPENDS += "hal"
PE = "1"
PR = "${INC_PR}.0"
SRC_URI += "file://drmfix.patch;patch=1 \
file://pkgconfig_fix.patch;patch=1 \
file://sysroot_fix.patch;patch=1"
MESA_VER = "7.0.2"
export LDFLAGS += " -ldl "
SRC_URI[archive.md5sum] = "a06d9fe4f9f1d459ae02657f9ce64220"
SRC_URI[archive.sha256sum] = "51b142df328d427143705371f139a08ff3bcd6efe0eab91f4178ca4017c0ebc2"
|