6a2bd78374
This updates the RELEASING notes to state that we should enable wayland support when preparing and testing for a release.
34 lines
636 B
Makefile
34 lines
636 B
Makefile
SUBDIRS = cogl tests
|
|
|
|
if BUILD_COGL_PANGO
|
|
SUBDIRS += cogl-pango
|
|
endif
|
|
|
|
SUBDIRS += examples doc po build
|
|
|
|
ACLOCAL_AMFLAGS = -I build/autotools ${ACLOCAL_FLAGS}
|
|
|
|
EXTRA_DIST = \
|
|
README.in \
|
|
config-custom.h \
|
|
config.h.win32 \
|
|
config.h.win32.in
|
|
|
|
# .changelog expects these to be initializes
|
|
CLEANFILES=
|
|
DISTCLEANFILES=
|
|
|
|
DISTCHECK_CONFIGURE_FLAGS = \
|
|
--enable-gtk-doc \
|
|
--enable-maintainer-flags \
|
|
--enable-profile \
|
|
--enable-gles1 \
|
|
--enable-gles2 \
|
|
--enable-gl \
|
|
--enable-xlib-egl-platform \
|
|
--enable-wayland-egl-platform \
|
|
--enable-glx \
|
|
--enable-wayland-egl-server
|
|
|
|
include $(top_srcdir)/build/autotools/Makefile.am.release
|