xartigas pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=914135a6db9fd199c8cd69501fc7102a39a97921

commit 914135a6db9fd199c8cd69501fc7102a39a97921
Author: Marcel Hollerbach <[email protected]>
Date:   Wed Oct 2 19:03:58 2019 +0200

    meson: pass correct PACKAGE_DATA_DIR
    
    Summary:
    PACKAGE_DATA_DIR was set to the build dir instead to the elementary
    specific data dir.
    
    ref T8304
    
    Reviewers: segfaultxavi
    
    Reviewed By: segfaultxavi
    
    Subscribers: segfaultxavi, cedric, #reviewers, #committers
    
    Tags: #efl
    
    Maniphest Tasks: T8304
    
    Differential Revision: https://phab.enlightenment.org/D10275
---
 doc/meson.build | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/meson.build b/doc/meson.build
index 068554f87b..5598b18ba3 100644
--- a/doc/meson.build
+++ b/doc/meson.build
@@ -133,7 +133,7 @@ foreach widget_preview : widget_previews
       dependencies: elementary,
       build_by_default: false,
       c_args : [
-        '-DPACKAGE_DATA_DIR="'+meson.current_build_dir()+'"',
+        '-DPACKAGE_DATA_DIR="'+join_paths(meson.source_root(), 'data', 
'elementary')+'"',
         '-DTESTS_BUILD_DIR="'+meson.current_build_dir()+'"',
         '-DTESTS_SRC_DIR="'+meson.current_source_dir()+'"',
         '-DDOCW_DIR="'+meson.current_build_dir()+'"']

-- 


Reply via email to