mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
automake: add missing egl files to the tarball
Namely the Haiku EGL driver backend and the SConscript for the dri2 EGL driver backend. Cc: Alexander von Gluck IV <kallisti5@unixzen.com> Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
6075780247
commit
5dc573e5de
2 changed files with 6 additions and 1 deletions
|
|
@ -53,7 +53,10 @@ if HAVE_GALLIUM
|
|||
SUBDIRS += gallium
|
||||
endif
|
||||
|
||||
EXTRA_DIST = egl/docs getopt hgl SConscript
|
||||
EXTRA_DIST = \
|
||||
egl/drivers/haiku \
|
||||
egl/docs \
|
||||
getopt hgl SConscript
|
||||
|
||||
AM_CFLAGS = $(VISIBILITY_CFLAGS)
|
||||
AM_CXXFLAGS = $(VISIBILITY_CXXFLAGS)
|
||||
|
|
|
|||
|
|
@ -64,3 +64,5 @@ if HAVE_EGL_PLATFORM_DRM
|
|||
libegl_dri2_la_SOURCES += platform_drm.c
|
||||
AM_CFLAGS += -DHAVE_DRM_PLATFORM
|
||||
endif
|
||||
|
||||
EXTRA_DIST = SConscript
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue