commit | 54179bea29de8f77336eedede68e87b1b1d473a6 | [log] [tgz] |
---|---|---|
author | James Le Cuirot <chewi@gentoo.org> | Wed Feb 13 23:22:06 2019 +0000 |
committer | James Le Cuirot <chewi@gentoo.org> | Wed Feb 13 23:22:06 2019 +0000 |
tree | 7e4303a1deaf90ce778e043eac6e69018987555e | |
parent | fc2939bf52baa2220371e7ced04d1ecaba6704e1 [diff] |
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.