]> source.dussan.org Git - tigervnc.git/commit
Don't build xserver with -I$(includedir) as it breaks cross-compiling 795/head
authorJames Le Cuirot <chewi@gentoo.org>
Wed, 13 Feb 2019 23:22:06 +0000 (23:22 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Wed, 13 Feb 2019 23:22:06 +0000 (23:22 +0000)
commit54179bea29de8f77336eedede68e87b1b1d473a6
tree7e4303a1deaf90ce778e043eac6e69018987555e
parentfc2939bf52baa2220371e7ced04d1ecaba6704e1
Don't build xserver with -I$(includedir) as it breaks cross-compiling

This is where to install headers to, not where to find headers to
build against. Toolchains should know where to locate their system
headers while non-system headers should be found using
pkg-config. Users with bizarre setups where the toolchain really
cannot find the system headers should set CPPFLAGS.
unix/xserver/hw/vnc/Makefile.am