istathar / java-gnome

The java-gnome User Interface Library
http://java-gnome.sourceforge.net/
Other
47 stars 19 forks source link

Missing dependency on libnotify-devel for openSUSE #8

Closed rwhogg closed 9 years ago

rwhogg commented 9 years ago

On openSUSE, the configure script should mention that libnotify-devel is a dependency.

Without it, it's possible to pass the ./configure test, but running make then complains:

Package libnotify was not found in the pkg-config search path. Perhaps you should add the directory containing libnotify.pc' to the PKG_CONFIG_PATH environment variable No package 'libnotify' found Package libnotify was not found in the pkg-config search path. Perhaps you should add the directory containinglibnotify.pc' to the PKG_CONFIG_PATH environment variable No package 'libnotify' found

For reasons unknown, installing libnotify-devel also fixed an issue where GCC claimed <gdk/gdk.h> was missing.

rwhogg commented 9 years ago

Don't rush out to fix this issue if you don't need to. I'll probably patch it myself in a few days.

rwhogg commented 9 years ago

Done. There's a pull request waiting.