This file looks large and may slow your browser down if we attempt
to syntax highlight it, so we are showing it without any
pretty colors.
Highlight
it anyway.
| 1 |
#!/bin/sh |
| 2 |
|
| 3 |
echo gtk-config-2.0 is no longer supported. Please use pkg-config instead 2>&1 |
| 4 |
exit 1 |