meson: add a special target install-libgimp* for all libgimp*.
For instance, we can install libgimpwidgets with: > ninja install-libgimpwidgets A special target had been previously added only for libgimp.
This commit is contained in:
parent
7b2af5b064
commit
1046430df1
1 changed files with 7 additions and 0 deletions
|
|
@ -1619,6 +1619,13 @@ pkgconfig.generate(libgimpui,
|
|||
|
||||
foreach dir : [
|
||||
{ 'dir': 'libgimp', 'deps': libgimp},
|
||||
{ 'dir': 'libgimpbase', 'deps': libgimpbase},
|
||||
{ 'dir': 'libgimpcolor', 'deps': libgimpcolor},
|
||||
{ 'dir': 'libgimpconfig', 'deps': libgimpconfig},
|
||||
{ 'dir': 'libgimpmath', 'deps': libgimpmath},
|
||||
{ 'dir': 'libgimpmodule', 'deps': libgimpmodule},
|
||||
{ 'dir': 'libgimpthumb', 'deps': libgimpthumb},
|
||||
{ 'dir': 'libgimpwidgets', 'deps': libgimpwidgets},
|
||||
{ 'dir': 'plug-ins', },
|
||||
]
|
||||
run_target('install-' + dir.get('dir'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue