need the libsn flags
This commit is contained in:
parent
94d222f6e9
commit
d1ceea89bd
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ themedir=$(datadir)/openbox/themes
|
|||
|
||||
theme=operation
|
||||
|
||||
CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) @CPPFLAGS@ \
|
||||
CPPFLAGS=$(XFT_CFLAGS) $(GLIB_CFLAGS) $(LIBSN_CFLAGS) @CPPFLAGS@ \
|
||||
-DG_LOG_DOMAIN=\"Render\" \
|
||||
-DDEFAULT_THEME=\"$(theme)\" \
|
||||
-DTHEMEDIR=\"$(themedir)\"
|
||||
|
|
Loading…
Reference in a new issue