diff options
Diffstat (limited to 'desktop/mhsetroot/imlib2-config-fake')
-rw-r--r-- | desktop/mhsetroot/imlib2-config-fake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/mhsetroot/imlib2-config-fake b/desktop/mhsetroot/imlib2-config-fake new file mode 100644 index 000000000000..e6c4f196d9d5 --- /dev/null +++ b/desktop/mhsetroot/imlib2-config-fake @@ -0,0 +1,4 @@ +#!/bin/sh + +[ "$1" = "--libs" ] && echo "-lImlib2" +exit 0 |