build: Add a TODO comment about improving glib-mkenums usage in future
authorPhilip Withnall <withnall@endlessm.com>
Tue, 7 Nov 2017 14:53:12 +0000 (14:53 +0000)
committerAtomic Bot <atomic-devel@projectatomic.io>
Tue, 7 Nov 2017 15:14:56 +0000 (15:14 +0000)
Signed-off-by: Philip Withnall <withnall@endlessm.com>
https://github.com/ostreedev/ostree/pull/1329

Closes: #1330
Approved by: cgwalters

Makefile-libostree.am

index 63b0038b2b32bd73400885c3323fd61f832dd9bd..39dc0d1416edab39d5bf22b4f49abef9d609ead7 100644 (file)
@@ -49,6 +49,7 @@ libostreeinclude_HEADERS = $(libostree_public_headers) $(libostree_public_built_
 ENUM_TYPES = $(NULL)
 ENUM_TYPES += $(srcdir)/src/libostree/ostree-fetcher.h
 
+# TODO: GLIB_CHECK_VERSION > 2.5x: use --output instead of mv (see https://github.com/ostreedev/ostree/pull/1329)
 src/libostree/ostree-enumtypes.h: src/libostree/ostree-enumtypes.h.template $(ENUM_TYPES)
        $(AM_V_GEN) $(GLIB_MKENUMS) \
        --template $< \