slackbuilds/desktop/mhsetroot/imlib2-config-fake

5 lines
57 B
Bash

#!/bin/sh
[ "$1" = "--libs" ] && echo "-lImlib2"
exit 0