build: require gudev >= 147

Since udev 147 the gudev API is no longer marked as experimental, and therefore
`G_UDEV_API_IS_SUBJECT_TO_CHANGE' is no longer needed.
This commit is contained in:
Aleksander Morgado
2012-03-13 16:42:49 +01:00
parent 703ab2590b
commit c52762ea67
6 changed files with 3 additions and 13 deletions

View File

@@ -17,7 +17,6 @@
*/
#include <glib.h>
#define G_UDEV_API_IS_SUBJECT_TO_CHANGE
#include <gudev/gudev.h>
#include <stdio.h>