]> git.zerfleddert.de Git - m1-debian/blame - mesa-debian/tests/gles-gbm-build-test
disable freedreno to be able to compile mesa and add because it is used in pkgbuild...
[m1-debian] / mesa-debian / tests / gles-gbm-build-test
CommitLineData
accb1901
TG
1#!/usr/bin/make -f
2
3CFLAGS=$(shell pkg-config --cflags glesv2 --cflags egl --cflags gbm)
4LIBS=$(shell pkg-config --libs glesv2 --libs egl --libs gbm)
5
6debian/tests/gles-gbm: debian/tests/gles-gbm.c
7 gcc -g -o $@ $(CFLAGS) $< $(LIBS)
8 @echo "Build test of $< succeeded"
9 @rm -f $@
Impressum, Datenschutz