summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2019-03-14 14:59:39 +0000
committerAlan Coopersmith <alanc.fdo@gmail.com>2019-06-09 00:37:44 +0000
commit297db7dde81884645a0ad7f4c8061b299e659002 (patch)
treecbf698b808aa42ed39b6ac190ff9437dde8aed15
parenta51ea62989ba224057e308f23e4a139f6e0970b3 (diff)
xorg.modules: Use a distinct checkout dir for libXfont2
Using the same checkout dir for libXfont and libXfont2 causes jhbuild to notice a difference when examining the checkout, think the module has been updated, rebuild it and all it's dependencies.
-rw-r--r--xorg.modules2
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg.modules b/xorg.modules
index 5392c5e..9d56bba 100644
--- a/xorg.modules
+++ b/xorg.modules
@@ -559,7 +559,7 @@
<autotools id="libXfont2">
<branch module="xorg/lib/libXfont"
- checkoutdir="xorg/lib/libXfont"/>
+ checkoutdir="xorg/lib/libXfont2"/>
<dependencies>
<dep package="util-macros"/>
<dep package="xorgproto"/>