diff options
author | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-08-30 11:14:45 +0200 |
---|---|---|
committer | Cédric Bosdonnat <cedric.bosdonnat@free.fr> | 2012-08-30 11:16:46 +0200 |
commit | c5e69ec0775913a3ab6133f62e87596490556a78 (patch) | |
tree | f85e03e876b2079d192665f3418a0ae95bfe0d51 /sd | |
parent | 78d8557aab0046d51d1ee09d11164248dd1d1391 (diff) |
Fixed remotecontrol build without gtk
Change-Id: I3b2118dea19a8ef3683ce192b3be703114bc02ae
Diffstat (limited to 'sd')
-rw-r--r-- | sd/Library_sd.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/Library_sd.mk b/sd/Library_sd.mk index 834891469cde..23bb0182564b 100644 --- a/sd/Library_sd.mk +++ b/sd/Library_sd.mk @@ -107,7 +107,7 @@ $(eval $(call gb_Library_use_libraries,sd,\ )) $(eval $(call gb_Library_use_externals,sd,\ - gtk \ + glib \ libxml2 \ )) |