Re: xclip dependencies

2008-10-26 Thread Carlos A. M. dos Santos
On Sun, Oct 26, 2008 at 3:39 PM, Eitan Adler <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Carlos A. M. dos Santos wrote: > > The makefile you provided works to install xclip it also reduces the > number of dependencies. I personally feel that it should be commi

Re: xclip dependencies

2008-10-26 Thread Eitan Adler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Carlos A. M. dos Santos wrote: The makefile you provided works to install xclip it also reduces the number of dependencies. I personally feel that it should be committed. Any comments before I open a PR? - -- GNU Key fingerptrint: 2E13 BC16 5F54 0FB

Re: xclip dependencies

2008-10-25 Thread Carlos A. M. dos Santos
On Sun, Oct 26, 2008 at 2:10 AM, Eitan Adler <[EMAIL PROTECTED]> wrote: > I looked at the file - although I don't actually know what I should > looking for. ... 1374 .if defined(USE_IMAKE) && !defined(USE_X_PREFIX) 1375 USE_X_PREFIX= yes 1376 .endif ... 1380 .if defined(USE_X_PREFIX) 1381 USE_XL

Re: xclip dependencies

2008-10-25 Thread Carlos A. M. dos Santos
On Sun, Oct 19, 2008 at 6:32 PM, Eitan Adler <[EMAIL PROTECTED]> wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Xclip currently depends on x11/xorg-libraries > > Here are the relevant includes > > #include > #include > #include > #include > #include > #include > #include > #i

xclip dependencies

2008-10-19 Thread Eitan Adler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Xclip currently depends on x11/xorg-libraries Here are the relevant includes #include #include #include #include #include #include #include #include "xcdef.h" #include "xcprint.h" #include "xclib.h" Can the xclip Makefile be changed to only d