mirror of https://github.com/GNOME/gimp.git
plug-ins: port compose
This commit is contained in:
parent
37897b13fe
commit
c765fb2b6a
|
@ -388,8 +388,6 @@ colormap_remap_LDADD = \
|
|||
$(INTLLIBS) \
|
||||
$(colormap_remap_RC)
|
||||
|
||||
compose_CPPFLAGS = $(AM_CPPFLAGS) -DGIMP_DEPRECATED_REPLACE_NEW_API
|
||||
|
||||
compose_SOURCES = \
|
||||
compose.c
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
|
@ -8,7 +8,7 @@
|
|||
'checkerboard' => { ui => 1, gegl => 1 },
|
||||
'cml-explorer' => { ui => 1, gegl => 1, old_api => 1 },
|
||||
'colormap-remap' => { ui => 1, gegl => 1 },
|
||||
'compose' => { ui => 1, gegl => 1, old_api => 1 },
|
||||
'compose' => { ui => 1, gegl => 1 },
|
||||
'contrast-retinex' => { ui => 1, gegl => 1 },
|
||||
'crop-zealous' => { gegl => 1, old_api => 1 },
|
||||
'curve-bend' => { ui => 1, gegl => 1, old_api => 1 },
|
||||
|
|
Loading…
Reference in New Issue