hermet pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=35941c4ad18b4a320b56e2c6596132a7eca0d482

commit 35941c4ad18b4a320b56e2c6596132a7eca0d482
Author: YOhoho <clean...@naver.com>
Date:   Thu Apr 14 20:06:46 2016 +0900

    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
---
 src/Makefile_Elementary.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile_Elementary.am b/src/Makefile_Elementary.am
index 5d2fbbf..79c4bb9 100644
--- a/src/Makefile_Elementary.am
+++ b/src/Makefile_Elementary.am
@@ -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

-- 


Reply via email to