Skip to content
Snippets Groups Projects
Commit 05756cdb authored by Dorota Czaplejewicz's avatar Dorota Czaplejewicz
Browse files

lockscreen: don't rely on libhandy being in include directories

Libhandy packageconfig file defines -I${includedir}/libhandy-0.0, but doesn't define a toplevel include, causing includes with "libhandy-0-0" in the path to fail.
parent b25637dc
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@
#include <math.h>
#define HANDY_USE_UNSTABLE_API
#include <libhandy-0.0/handy.h>
#include <handy.h>
#define GNOME_DESKTOP_USE_UNSTABLE_API
#include <libgnome-desktop/gnome-wall-clock.h>
......
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