mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 17:40:40 -05:00
startup/x11: Fix compiling without startup-notification
If startup_notification is disabled, linking against sn would fail Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/2425>
This commit is contained in:
parent
bc9762eebb
commit
b27234cfef
@ -20,7 +20,6 @@
|
||||
#include "meta-startup-notification-x11.h"
|
||||
|
||||
#include <gio/gdesktopappinfo.h>
|
||||
#include <libsn/sn.h>
|
||||
|
||||
#include "core/display-private.h"
|
||||
#include "core/startup-notification-private.h"
|
||||
@ -29,6 +28,8 @@
|
||||
|
||||
#ifdef HAVE_STARTUP_NOTIFICATION
|
||||
|
||||
#include <libsn/sn.h>
|
||||
|
||||
enum
|
||||
{
|
||||
PROP_SEQ_X11_0,
|
||||
|
Loading…
Reference in New Issue
Block a user