Skip to content
This repository has been archived by the owner on Aug 20, 2020. It is now read-only.

Commit

Permalink
tools/jhbuild: moduleset requires the full path
Browse files Browse the repository at this point in the history
  • Loading branch information
clopez committed Jul 14, 2015
1 parent 6203fe6 commit 3bc3655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jhbuild/wayland.jhbuildrc
Expand Up @@ -3,7 +3,7 @@
import os

use_local_modulesets = True
moduleset = 'wayland.modules'
moduleset = os.getcwd() + '/wayland.modules'
modules = ['weston']
checkoutroot = os.getcwd() + '/../../../out/wayland/source'
prefix = os.getcwd() +'/../../../out/wayland/root'
Expand Down

0 comments on commit 3bc3655

Please sign in to comment.