Commit Graph

8 Commits

Author SHA1 Message Date
Christopher Michael a9fdbee77a express: No need to check for -fvisibility=hidden twice 2021-02-16 13:26:07 -05:00
Christopher Michael c8beecb61f express: Change pkgconfig file to be libexpress
This pkgconfig file is just for the library of express...as such,
let's name it libexpress
2021-02-16 13:24:01 -05:00
Christopher Michael 524b5dcc28 express: Remove meson warnings about linker flags
This fixes a small issue where meson was warning about linker flags in
compiler argument support checks.
2021-02-16 12:56:47 -05:00
Christopher Michael ad0e689485 express: Fix using pkgdata dir 2021-02-12 14:54:42 -05:00
Christopher Michael a4cbdc8d4e express: Fix meson app directory name
datadir should have the project name appended so that things like
elm_app_data_dir_get will retrieve the proper path
2021-02-12 13:51:24 -05:00
Christopher Michael ebc80a3fe6 express: Fix express meson build for library dependencies
This should be the final patch to make Express be fully Meson-able....

NB: A Big Thank You to Vincent Torri <vincent.torri@gmail.com> for his work on
converting Express to use meson !!! :D
2021-02-12 12:30:56 -05:00
Christopher Michael ec14650a36 express: Add mkstemps for meson build 2021-02-12 11:32:55 -05:00
Vincent Torri 0674d038f5 meson build system
Test Plan: compilation

Reviewers: raster, devilhorns

Differential Revision: https://phab.enlightenment.org/D12238
2021-02-12 16:18:55 +00:00