xeyownt / xseticon

xseticon from Paul Evans -- http://www.leonerd.org.uk/
GNU General Public License v2.0
32 stars 11 forks source link

On Debian Buster, the package libglib2.0-dev is required #5

Closed andrewgreenberg closed 5 years ago

andrewgreenberg commented 5 years ago

On Debian Buster (current testing distro), I got the error:

~/tools/xseticon$ make
Package glib-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `glib-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'glib-2.0' found

Installing libglib2.0-dev (sudo apt install libglib2.0-dev) fixed it. Thought you should add that dependency to the README.

Thanks for this handy piece of code!

xeyownt commented 5 years ago

Thanks for notifying. I just added the dependency.