GNOME Bugzilla – Bug 693548
build: Only use G*_DISABLE_DEPRECATED flags with GTK2
Last modified: 2013-02-10 21:16:44 UTC
Currently easytag fails to build for me when specifying --with-gtk3; see attached patch for a quick-n-dirty fix.
Created attachment 235644 [details] [review] build: Only use G*_DISABLE_DEPRECATED flags with GTK2 For now, the code has only been updated to not use any deprecated GTK+-2 API to ease porting to GTK+-3; API that has only been deprecated in GTK+-3 is still in use, so don't use those flags when building with --with-gtk3.
Review of attachment 235644 [details] [review]: Good idea, please push.
Attachment 235644 [details] pushed as ae44533 - build: Only use G*_DISABLE_DEPRECATED flags with GTK2