X-Git-Url: http://de.git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=library-bundler;fp=library-bundler;h=ea276cea7230f955dc50d3a2ff3d5252329cd77b;hp=ceac213fc61a4d99e667b9dc7f14de2664fcc1fe;hb=861ad6567ec39f0fd406fb7f2709b12baa5831d0;hpb=73595765e171ef0f574febc9be80a1074cb6d928 diff --git a/library-bundler b/library-bundler index ceac213f..ea276cea 100755 --- a/library-bundler +++ b/library-bundler @@ -45,9 +45,9 @@ Multi::excludeLdd () { # - since we ask user to instal gtk, we can also ask them to install gtkglext, # which is likely to pull gtk itself, x11 and gl dependencies # - old fontconfig does not work correctly if newer fontconfig configuration is installed - # - if gtk and fontconfig is installed, freetype is - egrep -v '/libc\.|/libdl\.|/libm\.|/libX|/libxcb|/libGL' \ - | egrep -v '/libatk|/libgdk|/libgtk|/libgio|/libglib|/libgmodule|/libgobject|/libfontconfig|/libfreetype' + # - if gtk and fontconfig is installed, pango and freetype are + egrep -v '/libc\.|/libstdc\+\+\.|/libdl\.|/libm\.|/libX|/libxcb|/libGL|/libICE\.|/libSM\.' \ + | egrep -v '/libatk|/libgdk|/libgtk|/libgio|/libglib|/libgmodule|/libgobject|/libpango|/libfontconfig|/libfreetype' ;; 'windows') egrep -i '\.dll => [A-Z]:\\msys64\\' \