Add default theme.

This commit is contained in:
Daiki Ueno
2011-03-04 19:22:10 +09:00
parent d66318a031
commit a20224f969
6 changed files with 25 additions and 2 deletions

View File

@ -64,7 +64,8 @@ eekboard_desktop_client_SOURCES = desktop-client.c desktop-client-main.c
eekboard_server_CFLAGS = \
-I$(top_srcdir) \
$(GIO2_CFLAGS) \
$(GTK_CFLAGS)
$(GTK_CFLAGS) \
-DTHEMEDIR=\"$(pkgdatadir)/themes\"
eekboard_server_LDADD = \
$(top_builddir)/eekboard/libeekboard.la \