Advertisement
FireBurn

Untitled

Jul 20th, 2017
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. diff --git a/src/egl/Makefile.am b/src/egl/Makefile.am
  2. index 7c1a4929b8..3868a3503c 100644
  3. --- a/src/egl/Makefile.am
  4. +++ b/src/egl/Makefile.am
  5. @@ -80,6 +80,8 @@ BUILT_SOURCES += \
  6. drivers/dri2/linux-dmabuf-unstable-v1-client-protocol.h
  7.  
  8. AM_CFLAGS += $(WAYLAND_CFLAGS)
  9. +libEGL_common_la_SOURCES +=
  10. +nodist_EXTRA_libEGL_common_la_SOURCES = dummy.cpp
  11. libEGL_common_la_LIBADD += $(WAYLAND_LIBS)
  12. libEGL_common_la_LIBADD += $(LIBDRM_LIBS)
  13. libEGL_common_la_LIBADD += $(top_builddir)/src/egl/wayland/wayland-drm/libwayland-drm.la
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement