mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Fix check
This commit is contained in:
parent
876e743497
commit
be6bf5fd01
1 changed files with 3 additions and 0 deletions
|
@ -234,6 +234,7 @@ history_test_CFLAGS=\
|
|||
$(glib_CFLAGS)\
|
||||
$(libsn_CFLAGS)\
|
||||
-DTHEME_DIR=\"$(themedir)\"\
|
||||
-DPLUGIN_PATH=\"${libdir}/rofi\"\
|
||||
-I$(top_srcdir)/include/\
|
||||
-I$(top_srcdir)/config/\
|
||||
-I$(top_builddir)/
|
||||
|
@ -259,6 +260,7 @@ textbox_test_CFLAGS=\
|
|||
$(GW_XCB_CFLAGS)\
|
||||
$(cairo_CFLAGS)\
|
||||
$(libsn_CFLAGS)\
|
||||
-DPLUGIN_PATH=\"${libdir}/rofi\"\
|
||||
-DTHEME_DIR=\"$(themedir)\"\
|
||||
-I$(top_srcdir)/include/\
|
||||
-I$(top_srcdir)/config/\
|
||||
|
@ -399,6 +401,7 @@ helper_test_CFLAGS=\
|
|||
$(GW_XCB_CFLAGS)\
|
||||
$(cairo_CFLAGS)\
|
||||
$(libsn_CFLAGS)\
|
||||
-DPLUGIN_PATH=\"${libdir}/rofi\"\
|
||||
-DTHEME_DIR=\"$(themedir)\"\
|
||||
-I$(top_srcdir)/include/\
|
||||
-I$(top_srcdir)/config/\
|
||||
|
|
Loading…
Reference in a new issue