]> git.xonotic.org Git - xonotic/netradiant.git/commit
bundle: do not bundle libstdc++, pango, and some remaining X11 stuff on Linux
authorThomas Debesse <dev@illwieckz.net>
Mon, 5 Aug 2019 18:07:29 +0000 (20:07 +0200)
committerThomas Debesse <dev@illwieckz.net>
Mon, 5 Aug 2019 18:54:14 +0000 (20:54 +0200)
commit861ad6567ec39f0fd406fb7f2709b12baa5831d0
treee05d24cedc70cd4a1a834e4f1957672e3b31b26b
parent73595765e171ef0f574febc9be80a1074cb6d928
bundle: do not bundle libstdc++, pango, and some remaining X11 stuff on Linux

- it's a bad idea to bundle libstdc++ as it may conflict in non-obvious manner
  (like failing on X11 stuff)
- pango is known to conflict with newer distros
- no need to bundle libICE and libSM since we expect user to have a working x11 install
library-bundler