Elementary: fix PACKAGE_DATA_DIR value

Summary:
when run elementary_config, It can't find 'font_preview.edj'.
i modified PACKAGE_DATA_DIR value.

Test Plan: elementary_config

Reviewers: Hermet, cedric

Subscribers: conr2d, jpeg

Differential Revision: https://phab.enlightenment.org/D3887
This commit is contained in:
YOhoho 2016-04-14 20:06:46 +09:00 committed by Hermet Park
parent c7dbd12723
commit 35941c4ad1
1 changed files with 1 additions and 1 deletions

View File

@ -803,7 +803,7 @@ bin_elementary_elementary_config_CPPFLAGS = \
-I$(top_srcdir)/src/bin/elementary \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(pkgdatadir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/elementary\" \
@ELEMENTARY_CFLAGS@
bin_elementary_elementary_codegen_SOURCES = bin/elementary/elementary_codegen.c