Another hack for GNU ld, due to another circular dependency, this time between common and graphics

svn-id: r33013
This commit is contained in:
Stephen Kennedy 2008-07-12 14:54:14 +00:00
parent 28cb417fb1
commit f272c81e86

View File

@ -28,7 +28,8 @@ MODULES += \
common \
engines \
backends \
common # HACK/FIXME: this extra 'common' was added because of a circular dependency between
common \
graphics # HACK/FIXME: this extra 'common' was added because of a circular dependency between
# backends and common (the newly added Virtual Keyboard stuff depends on things
# from common). This should be resolved in one way or another, perhaps by moving
# the VK code out of backends?