dist: enable more features for distcheck
As a bare minimum we want to ensure that are releases are able to build with support for gles1, gles2, gl, egl and glx. Previously we only checked the build with gl + glx enabled and our last release actually missed a header file required for building with egl.
This commit is contained in:
@@ -21,7 +21,7 @@ When making a new release;
|
||||
|
||||
- Run:
|
||||
|
||||
$ ./autogen.sh --enable-gtk-doc --enable-profile
|
||||
$ ./autogen.sh --enable-gtk-doc --enable-profile --enable-gles1 --enable-gles2 --enable-gl --enable-xlib-egl-platform --enable-glx
|
||||
$ make all
|
||||
$ make install
|
||||
|
||||
|
Reference in New Issue
Block a user