David Robillard
35fc31a1de
Update libraries to latest stable released version (except gnomecanvasmm, which is strangely packaged...). Fixes building (at least here). git-svn-id: svn://localhost/ardour2/trunk@2790 d708f5d6-7413-0410-9779-e7cbd77b26cf
10 lines
141 B
C
10 lines
141 B
C
#ifndef _GDKMM_CONFIG_H
|
|
#define _GDKMM_CONFIG_H 1
|
|
|
|
#include <glibmmconfig.h>
|
|
|
|
#undef GDKMM_DISABLE_DEPRECATED
|
|
|
|
#endif /* _GDKMM_CONFIG_H */
|
|
|