diff options
| author | Joel Klinghed <the_jk@yahoo.com> | 2017-09-21 18:23:14 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@yahoo.com> | 2017-09-21 18:23:14 +0200 |
| commit | 8bf478d6f17fc103ae903676dd767bd6429dabc8 (patch) | |
| tree | 3a0f371b3bcd7bdc71e212c5af2e2717a8e5cd4a /emacs-willow | |
| parent | 35a3747020a5657988aa8193a6a04a02d364c904 (diff) | |
Add librsvg for sawmill-0.5
Diffstat (limited to 'emacs-willow')
| -rw-r--r-- | emacs-willow | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/emacs-willow b/emacs-willow index 749759b..71386de 100644 --- a/emacs-willow +++ b/emacs-willow @@ -259,6 +259,15 @@ (string-match "/source/sawmill-0.5/" buffer-file-name)) (setq flycheck-clang-include-path '("../src" "../build" + "/usr/include/librsvg-2.0" + "/usr/include/gdk-pixbuf-2.0" + "/usr/include/cairo" + "/usr/include/pixman-1" + "/usr/include/freetype2" + "/usr/include/libpng16" + "/usr/include/harfbuzz" + "/usr/include/glib-2.0" + "/usr/lib/glib-2.0/include" "../subprojects/googletest-release-1.8.0/googletest/include" "../subprojects/googletest-release-1.8.0/googlemock/include" ))))) |
