~macslow/unity-notifications/fix-1308011

1
2
3
4
5
6
7
if(${private_dbus})
  set(PRIVATE_DBUS 1)
else()
  set(PRIVATE_DBUS 0)
endif()

configure_file(notify-backend.h.in notify-backend.h @ONLY)