GNOME Bugzilla – Bug 756212
Build race in plugins/common
Last modified: 2015-10-08 14:45:01 UTC
The sources under plugins/common need to depend on the enum generation. gsd-device-manager.c: In function 'gsd_device_class_init': gsd-device-manager.c:208:13: error: 'GSD_TYPE_DEVICE_TYPE' undeclared (first use in this function) GSD_TYPE_DEVICE_TYPE, 0, ^
Created attachment 312864 [details] [review] common: Ensure enums are generated before sources are built Probably fixes this build race: gsd-device-manager.c: In function 'gsd_device_class_init': gsd-device-manager.c:208:13: error: 'GSD_TYPE_DEVICE_TYPE' undeclared (first use in this function) GSD_TYPE_DEVICE_TYPE, 0, ^
Review of attachment 312864 [details] [review]: Sure.
Attachment 312864 [details] pushed as acc58ea - common: Ensure enums are generated before sources are built