projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae6d694
)
egl: don't forget to ship platform_x11_dri3.h into the tarball
author
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 20 Nov 2015 15:12:56 +0000
(15:12 +0000)
committer
Emil Velikov
<emil.l.velikov@gmail.com>
Fri, 20 Nov 2015 18:08:04 +0000
(18:08 +0000)
Should have been a part of
f35198badeb
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
src/egl/Makefile.am
patch
|
blob
|
history
diff --git
a/src/egl/Makefile.am
b/src/egl/Makefile.am
index 0b463c8deb06bde473b1aebafbf11b1303db4625..6953d44e6071c2a016fd34f2926513fe00edbd31 100644
(file)
--- a/
src/egl/Makefile.am
+++ b/
src/egl/Makefile.am
@@
-57,7
+57,9
@@
dri2_backend_FILES += drivers/dri2/platform_x11.c
if HAVE_DRI3
dri3_backend_FILES += \
- drivers/dri2/platform_x11_dri3.c
+ drivers/dri2/platform_x11_dri3.c \
+ drivers/dri2/platform_x11_dri3.h
+
libEGL_la_LIBADD += $(top_builddir)/src/loader/libloader_dri3_helper.la
endif
endif