mirror of
https://github.com/labwc/labwc.git
synced 2026-06-17 14:33:30 -04:00
[fixup] make xpm optional at build time (default disabled)
This commit is contained in:
parent
7366bdcef9
commit
24cbd2fc5c
4 changed files with 18 additions and 1 deletions
|
|
@ -1,9 +1,14 @@
|
|||
labwc_sources += files(
|
||||
'img-png.c',
|
||||
'img-xbm.c',
|
||||
'img-xpm.c',
|
||||
)
|
||||
|
||||
if have_xpm
|
||||
labwc_sources += files(
|
||||
'img-xpm.c',
|
||||
)
|
||||
endif
|
||||
|
||||
if have_rsvg
|
||||
labwc_sources += files(
|
||||
'img-svg.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue