aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorScott Anderson <scott@anderso.nz>2019-05-17 23:15:33 +1200
committerScott Anderson <ascent12@hotmail.com>2019-05-17 23:03:24 +0000
commitc0ce7c653c56c36edad1e1a69c6a903f3824be54 (patch)
tree0f6f58166bfeb6b11837c33fac529866165920a5 /.gitignore
parent783d64e77861f5b179a6e40e39a1cb341a03eecc (diff)
downloadexternal_drm_info-c0ce7c653c56c36edad1e1a69c6a903f3824be54.tar.gz
external_drm_info-c0ce7c653c56c36edad1e1a69c6a903f3824be54.tar.bz2
external_drm_info-c0ce7c653c56c36edad1e1a69c6a903f3824be54.zip
Add json-c meson wrap
Needed for distros like Debian that still only have an old json-c. Also, apparantly json-c intends people to use <json.h> with -I${prefix}/include/json-c, as that's what their pkg-config and documentation says, so this also swaps over to that. It's also needed for the subproject to work.
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..3d6b41c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,2 @@
+subprojects/packagecache
+subprojects/json-c-0.13.1