add bits so we actually build the SN support
This commit is contained in:
parent
fc9a04701e
commit
4062ebacea
@ -768,13 +768,15 @@ diff -d -u -p -r1.1492.2.121 configure
|
||||
#include "nsIRenderingContext.h"
|
||||
#include "nsIRegion.h"
|
||||
#include "nsIRollupListener.h"
|
||||
@@ -58,6 +58,11 @@
|
||||
@@ -58,6 +58,13 @@
|
||||
#include <gdk/gdkx.h>
|
||||
#include <gdk/gdkkeysyms.h>
|
||||
|
||||
+#ifdef MOZ_ENABLE_STARTUP_NOTIFICATION
|
||||
+#define SN_API_NOT_YET_FROZEN
|
||||
+#pragma GCC visibility push(default)
|
||||
+#include <startup-notification-1.0/libsn/sn.h>
|
||||
+#pragma GCC visibility pop
|
||||
+#endif
|
||||
+
|
||||
#include "gtk2xtbin.h"
|
||||
|
@ -20,6 +20,7 @@ ac_add_options --enable-pango
|
||||
ac_add_options --enable-system-cairo
|
||||
ac_add_options --enable-svg
|
||||
ac_add_options --enable-canvas
|
||||
ac_add_options --enable-startup-notification
|
||||
|
||||
export BUILD_OFFICIAL=1
|
||||
export MOZILLA_OFFICIAL=1
|
||||
|
Loading…
Reference in New Issue
Block a user