Stefan Dirsch
be66567c61
* reenables build of GLESv1_CM and GLESv2 ... - readded pkgconfig files for GLESv1_CM and GLESv2 to filelists - removed again virtual provides for * pkgconfig(glesv1_cm) * pkgconfig(glesv2) OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/Mesa?expand=0&rev=841
12 lines
288 B
Diff
12 lines
288 B
Diff
--- mesa/src/mapi/meson.build.orig 2019-06-13 11:14:34.705848000 +0200
|
|
+++ mesa/src/mapi/meson.build 2019-06-13 11:21:00.995161000 +0200
|
|
@@ -35,7 +35,7 @@ if with_shared_glapi
|
|
else
|
|
libglapi = []
|
|
endif
|
|
-if not with_glvnd
|
|
+if with_glvnd
|
|
if with_gles1
|
|
subdir('es1api')
|
|
endif
|