blob: c2ec4b1084312540f0b636f96616ac4bf98d7157 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
MESA_VER = "6.5.2"
require xorg-xserver-common.inc
PE = "1"
PR = "${INC_PR}.1"
SRC_URI += "file://drmfix.patch \
file://glyphstr.patch \
file://report-correct-randr12.patch"
export LDFLAGS += " -ldl "
#DESCRIPTION = ""
#DEPENDS += " "
SRC_URI[archive.md5sum] = "a51a7d482e3c689394755bb17bda8526"
SRC_URI[archive.sha256sum] = "93c656f142f37607c15372dd24c5de9eab82cd79c5d60449174a928d345c2975"
|