Maato / volumeicon

Volume Icon aims to be a lightweight volume control that sits in your systray.
http://nullwise.com/volumeicon.html
GNU General Public License v3.0
183 stars 45 forks source link

Add missing space in NOTIFY_CFLAGS. #51

Closed jlindgren90 closed 8 years ago

jlindgren90 commented 8 years ago

On Arch Linux ARM, -DCOMPILEWITH_NOTIFY was getting added immediately onto the end of the last include path in NOTIFY_CFLAGS without an intervening space and thus didn't get interpreted correctly as a separate option. Probably didn't matter on some other systems since NOTIFY_CFLAGS might have already ended in a space.