[gimp/meson: 123/127] cleanup
- From: Félix Piédallu <fpiedallu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/meson: 123/127] cleanup
- Date: Fri, 2 Feb 2018 16:10:06 +0000 (UTC)
commit 7f82e53d3287d8b2949c8660bab3e4c756817c3f
Author: Félix Piédallu <felix piedallu me>
Date: Fri Feb 2 11:21:13 2018 +0100
cleanup
tools/meson.build | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
---
diff --git a/tools/meson.build b/tools/meson.build
index e846f9e..9ec481f 100644
--- a/tools/meson.build
+++ b/tools/meson.build
@@ -23,6 +23,7 @@ executable('kernelgen',
include_directories: rootInclude,
install: false,
)
+
executable('test-clipboard',
'test-clipboard.c',
include_directories: rootInclude,
@@ -33,12 +34,11 @@ executable('test-clipboard',
)
if have_vector_icons
- invert_svg_exe = executable('invert-svg',
- 'invert-svg.c',
- dependencies: gio,
- )
invert_svg = generator(
- invert_svg_exe,
+ executable('invert-svg',
+ 'invert-svg.c',
+ dependencies: gio,
+ ),
output: '@BASENAME@',
arguments: [ '@INPUT@', '@OUTPUT@' ],
)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]