summaryrefslogtreecommitdiff
path: root/src/meson.build
Commit message (Expand)AuthorAgeFilesLines
* meson: Override dependency to improve usage as a subprojectNirbheek Chauhan2022-12-181-0/+1
* Add the right include paths for EGL and X11 headersAlex Richardson2022-02-161-0/+6
* meson: Set same variables in declare_dependency() as in pkgconfigXavier Claessens2021-01-201-4/+9
* Use Meson's darwin_versions argumentdarwin_versionsEmmanuele Bassi2020-07-211-3/+2
* Remove Python 2 supportEmmanuele Bassi2019-11-141-1/+0
* build: Drop conditional use of get_supported_link_arguments()meson-bumpEmmanuele Bassi2018-10-041-5/+1
* Use -Bsymbolic-functions instead of -BsymbolicEmmanuele Bassi2018-05-171-2/+2
* meson: Fix the -z,relro flagEmmanuele Bassi2018-04-251-1/+1
* meson: Conditionally test for linker flagsEmmanuele Bassi2018-04-251-6/+6
* meson: do not add gl to pkg-config file on macOSTom Schoonjans2018-03-041-2/+2
* Add gl and egl private dependenciesEmmanuele Bassi2018-02-231-0/+12
* meson: Generate the pkg-config fileEmmanuele Bassi2018-02-231-28/+35
* meson.build: fix macOS common_ldflagsTom Schoonjans2017-06-121-1/+1
* build: Check for linker flags on LinuxEmmanuele Bassi2017-05-021-1/+5
* Move epoxy_headers definition into include/epoxyEmmanuele Bassi2017-03-281-4/+0
* Add missing visibility compiler flagsEmmanuele Bassi2017-03-091-3/+1
* Use some linker flags only on LinuxEmmanuele Bassi2017-03-071-1/+2
* Add explicit version flags for macOS buildsEmmanuele Bassi2017-03-071-2/+6
* Add z,relro and z,now to the GCC linker flagsEmmanuele Bassi2017-03-031-1/+1
* Simplify the code generation rules for MesonEmmanuele Bassi2017-03-011-67/+35
* Remove the shebang from gen_dispatch.pyEmmanuele Bassi2017-02-151-0/+4
* Merge pull request #100 from centricular/fix-find_programEmmanuele Bassi2017-02-081-4/+0
|\
| * meson: Don't call find_program objects with pythonNirbheek Chauhan2017-01-281-4/+0
* | Merge branch 'symbol-visibility'Emmanuele Bassi2017-01-311-1/+1
|\ \
| * | Improve consistency of the symbol visibilityEmmanuele Bassi2017-01-251-1/+1
| |/
* | build: Clean up some Meson usagePatrick Griffis2017-01-271-4/+4
|/
* build: Explicitly link against gdi32Emmanuele Bassi2017-01-251-2/+1
* build: Rework the build rules for generated files in MesonEmmanuele Bassi2017-01-251-34/+73
* build: Add Meson build filesEmmanuele Bassi2017-01-251-0/+88