all repos — openbox @ 3bca76453f44fa501aee172ee3d1bec39b5efb1c

openbox fork - make it a bit more like ryudo

coment the USE_LIBSN defined variable
Dana Jansens danakj@orodu.net
commit

3bca76453f44fa501aee172ee3d1bec39b5efb1c

parent

c6945c13975b4b96463816a58f5185b4c49cdc9c

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M configure.acconfigure.ac

@@ -51,7 +51,7 @@ AC_SUBST(XML_LIBS)

PKG_CHECK_MODULES(LIBSN, [libstartup-notification-1.0], [ - AC_DEFINE(USE_LIBSN) + AC_DEFINE(USE_LIBSN, [1], [Use startup-notification]) AC_SUBST(LIBSN_CFLAGS) AC_SUBST(LIBSN_LIBS) ],