Bug 3331

Summary: xdata_xcursor-themes depends on xcursorgen
Product: buildroot Reporter: Bartłomiej Palmowski <rotwang>
Component: OtherAssignee: Thomas Petazzoni <thomas.petazzoni>
Status: RESOLVED FIXED    
Severity: minor CC: buildroot
Priority: P5    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Linux   
Host: Target:
Build:

Description Bartłomiej Palmowski 2011-02-24 12:59:13 UTC
checking for xcursorgen... no
configure: error: xcursorgen is required to build these cursors.
make: *** [/mnt/usb/repos/buildroot/output/build/xdata_xcursor-themes-1.0.2/.stamp_configured] Error 1

target: i586
host: i686
toolchain: buildroot
buildroot: latest from git
Comment 1 Bartłomiej Palmowski 2011-02-24 13:32:46 UTC
other thing is that installed xcursorgen is not placed in PATH so configure can't find it, PATH in configure env is: /mnt/usb/repos/buildroot/output/host/bin:/mnt/usb/repos/buildroot/output/host/usr/bin:/mnt/usb/repos/buildroot/output/host/usr/sbin/:/bin:/usr/bin:/opt/bin:/opt/bin:/opt/bin
and xcursorgen is located in /mnt/usb/repos/buildroot/output/target/usr/bin/
Comment 2 Thomas Petazzoni 2011-09-18 17:32:30 UTC
Ok, reproduced, I will shortly send a patch that fixes this.
Comment 3 Peter Korsgaard 2011-10-09 20:33:39 UTC
Fixed by Thomas in git (aeaa5e9422955c)