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

@@ -20,8 +20,6 @@
#include <ctype.h>
#include <gmodule.h>
#define G_UDEV_API_IS_SUBJECT_TO_CHANGE
#include <gudev/gudev.h>
#include <ModemManager.h>