Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 168100 - x11-misc/transset-0.1_pre20040821 requires xcomposite xfixes xdamage xrender
Summary: x11-misc/transset-0.1_pre20040821 requires xcomposite xfixes xdamage xrender
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo X packagers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-02-23 10:22 UTC by Nguyen Thai Ngoc Duy (RETIRED)
Modified: 2007-02-24 16:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nguyen Thai Ngoc Duy (RETIRED) gentoo-dev 2007-02-23 10:22:59 UTC
straight from its Makefile below. The required dependencies are libXcomposite, libXdamage, libXfixes and libXrender.

PACKAGES=xcomposite xfixes xdamage xrender
LIBS=`pkg-config --libs ${PACKAGES}` -lm
INCS=`pkg-config --cflags ${PACKAGES}`

.c.o:
        $(CC) $(CFLAGS) $(INCS) -c $*.c

OBJS=transSet.o dsimple.o

transset: $(OBJS)
        $(CC) $(CFLAGS) -o $@ $(OBJS) $(LIBS)

$(OBJS): dsimple.h

clean:
        rm -f $(OBJS) transset
Comment 1 Joshua Baergen (RETIRED) gentoo-dev 2007-02-24 16:42:03 UTC
Fixed, thanks.