"README.md" did not exist on "df3e278b4c9abc2e78dff3ce97444d914df0be35"
meson: build glx
This gets GLX and the loader building. The resulting GLX and i965 have been tested on piglit and seem to work fine. This patch leaves a lot of todo's in it's wake, GLX is quite complicated, and the build options involved are many, and the goal at the moment is to get dri and gallium drivers building. v2: - fix typo "vaule" -> "value" - put the not on the correct element of the conditional - Put correct description of dri3 option in this patch not the next one (Eric A) - fix non glvnd version (Eric A) - build glx tests - move loader include variables to this patch (Eric A) v3: - set the version correctly for GL_LIB_NAME in libglx v4: - set pkgconfig private fields Signed-off-by:Dylan Baker <dylanx.c.baker@intel.com> Reviewed-by:
Eric Anholt <eric@anholt.net>
Showing
- include/meson.build 1 addition, 1 deletioninclude/meson.build
- meson.build 129 additions, 36 deletionsmeson.build
- meson_options.txt 6 additions, 0 deletionsmeson_options.txt
- src/glx/meson.build 207 additions, 0 deletionssrc/glx/meson.build
- src/glx/tests/meson.build 49 additions, 0 deletionssrc/glx/tests/meson.build
- src/loader/meson.build 44 additions, 0 deletionssrc/loader/meson.build
- src/mapi/glapi/meson.build 2 additions, 0 deletionssrc/mapi/glapi/meson.build
- src/meson.build 2 additions, 3 deletionssrc/meson.build
Loading
Please register or sign in to comment