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
|
|
@ -106,6 +106,12 @@ else
|
|||
endif
|
||||
conf_data.set10('HAVE_RSVG', have_rsvg)
|
||||
|
||||
have_xpm = false
|
||||
if get_option('xpm').enabled()
|
||||
have_xpm = true
|
||||
endif
|
||||
conf_data.set10('HAVE_XPM', have_xpm)
|
||||
|
||||
have_libsfdo = sfdo_basedir.found() and sfdo_desktop.found() and sfdo_icon.found()
|
||||
conf_data.set10('HAVE_LIBSFDO', have_libsfdo)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue