infinity0 / mozilla-gnome-keyring-legacy

A firefox extension that enables Gnome Keyring integration (legacy version)
https://bugzilla.mozilla.org/show_bug.cgi?id=309807
Other
55 stars 8 forks source link

Fix build failure if libxul pkg-config file is missing #11

Closed fat-lobyte closed 12 years ago

fat-lobyte commented 12 years ago

Hi, for some strange reason, the XUL_PKG_NAME variable gets set to an empty value, so the override with environment variables doesn't work. Instead, we check if the value of the variable is empty.

This fixes Issue #10

infinity0 commented 12 years ago

the command to set XUL_PKG_NAME is run unconditionally, so that makes sense.