Skip to content
Snippets Groups Projects
Commit 6d3ebfbb authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #7242: fixed gnome client build for natty

parent cf174ffa
No related branches found
No related tags found
No related merge requests found
...@@ -33,7 +33,9 @@ ...@@ -33,7 +33,9 @@
#include "sflnotify.h" #include "sflnotify.h"
#include "logger.h" #include "logger.h"
#if defined(NOTIFY_CHECK_VERSION)
#define USE_NOTIFY NOTIFY_CHECK_VERSION(0,7,2) #define USE_NOTIFY NOTIFY_CHECK_VERSION(0,7,2)
#endif
#if USE_NOTIFY #if USE_NOTIFY
typedef struct { typedef struct {
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
#include "actions.h" #include "actions.h"
#include "logger.h" #include "logger.h"
#include <string.h> #include <string.h>
#include <gtk/gtk.h>
static gdouble value[2]; static gdouble value[2];
static GtkWidget * slider[2]; static GtkWidget * slider[2];
......
...@@ -22,5 +22,5 @@ export REFERENCE_REPOSITORY="${ROOT_DIR}/sflphone-source-repository" ...@@ -22,5 +22,5 @@ export REFERENCE_REPOSITORY="${ROOT_DIR}/sflphone-source-repository"
export WORKING_DIR="${ROOT_DIR}/sflphone-build-repository/tools/build-system" export WORKING_DIR="${ROOT_DIR}/sflphone-build-repository/tools/build-system"
export LAUNCHPAD_DIR="${WORKING_DIR}/launchpad" export LAUNCHPAD_DIR="${WORKING_DIR}/launchpad"
LAUNCHPAD_DISTRIBUTIONS=("oneiric" "precise") LAUNCHPAD_DISTRIBUTIONS=("natty" "oneiric" "precise")
export LAUNCHPAD_DISTRIBUTIONS export LAUNCHPAD_DISTRIBUTIONS
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment