diff options
Diffstat (limited to 'src/mesa/drivers/x11/Makefile.am')
-rw-r--r-- | src/mesa/drivers/x11/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/x11/Makefile.am b/src/mesa/drivers/x11/Makefile.am index 6e123ba1b35..c256ce0d34f 100644 --- a/src/mesa/drivers/x11/Makefile.am +++ b/src/mesa/drivers/x11/Makefile.am @@ -23,7 +23,7 @@ # GLX extension. All rendering is converted to Xlib calls. No hardware # acceleration. -EXTRA_DIST = SConscript +EXTRA_DIST = SConscript meson.build if HAVE_SHARED_GLAPI SHARED_GLAPI_LIB = $(top_builddir)/src/mapi/shared-glapi/libglapi.la |