summaryrefslogtreecommitdiffstats
path: root/gtk/src/makedeps.py
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/makedeps.py')
-rw-r--r--gtk/src/makedeps.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/src/makedeps.py b/gtk/src/makedeps.py
index e78b39fd8..4dae9d0e0 100644
--- a/gtk/src/makedeps.py
+++ b/gtk/src/makedeps.py
@@ -11,7 +11,7 @@ dep_map = (
DepEntry("title", "start_point", "none", True, False),
DepEntry("title", "end_point", "none", True, False),
DepEntry("title", "angle", "none", True, False),
- DepEntry("title", "angle_label", "1", True, False),
+ DepEntry("title", "angle_label", "none", True, False),
DepEntry("angle_count", "angle", "1", True, True),
DepEntry("angle_count", "angle_label", "1", True, True),
DepEntry("vquality_type_bitrate", "VideoAvgBitrate", "1", False, False),