diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2015-10-26 22:50:52 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-10-26 22:50:52 +0000 |
| commit | 0d4e511c524d9102d90adbf2defea4f644eb3edd (patch) | |
| tree | ffd9da7dadc59fa46ca91fa123659f5271214614 /share/palettes | |
| parent | Extensions. Fixed 'none' setting in flow control dropdown. Fixes bug #1509580 (diff) | |
| download | inkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.tar.gz inkscape-0d4e511c524d9102d90adbf2defea4f644eb3edd.zip | |
add gtk3 experimental support in CMake
Fixed bugs:
- https://launchpad.net/bugs/1509969
(bzr r14430)
Diffstat (limited to 'share/palettes')
| -rw-r--r-- | share/palettes/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/share/palettes/CMakeLists.txt b/share/palettes/CMakeLists.txt index 77b4b2a37..924e35e5a 100644 --- a/share/palettes/CMakeLists.txt +++ b/share/palettes/CMakeLists.txt @@ -6,7 +6,7 @@ add_custom_command( WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR} DEPENDS ${CMAKE_CURRENT_SOURCE_DIR}/i18n.py ${I18N_FILES} ) -add_custom_target(palettes.h ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/palettes.h) +add_custom_target(palettes_h ALL DEPENDS ${CMAKE_CURRENT_BINARY_DIR}/palettes.h) file(GLOB _FILES "*.gpl") |
