[PATCH imake-cf] Remove libXp from XawClientLibs

Alan Coopersmith alan.coopersmith at oracle.com
Fri Apr 23 16:00:40 PDT 2010


Matthieu Herrb wrote:
> libXaw has lost Xp support some times ago.
> 
> Signed-off-by: Matthieu Herrb <matthieu.herrb at laas.fr>
> ---
>  X11.tmpl |   18 +++---------------
>  1 files changed, 3 insertions(+), 15 deletions(-)
> 
> diff --git a/X11.tmpl b/X11.tmpl
> index 28c8f61..f119fc6 100644
> --- a/X11.tmpl
> +++ b/X11.tmpl
> @@ -3929,21 +3929,13 @@ ProjectUnsharedLibReferences(XKBUI,xkbui,$(XKBUILIBSRC),XBuildLibDir)
>  #endif
>  
>  #ifndef ExtraXawReqs
> -# if BuildXaw
> -#  define ExtraXawReqs $(XPLIB)
> -# else
> -#  define ExtraXawReqs /**/
> -# endif
> +# define ExtraXawReqs /**/
>  #endif
>  
>  EXTRAXAWREQS = ExtraXawReqs
>  
>  #ifndef ExtraXawClientDepLibs
> -# if BuildXaw
> -#  define ExtraXawClientDepLibs $(DEPXPLIB)
> -# else
> -#  define ExtraXawClientDepLibs /**/
> -# endif
> +# define ExtraXawClientDepLibs /**/
>  #endif
>  
>  EXTRAXAWCLIENTDEPLIBS = ExtraXawClientDepLibs
> @@ -3953,11 +3945,7 @@ EXTRAXAWCLIENTDEPLIBS = ExtraXawClientDepLibs
>  #endif
>  
>  #ifndef ExtraXawClientLibs
> -# if BuildXaw
> -#  define ExtraXawClientLibs $(XPLIB)
> -# else
> -#  define ExtraXawClientLibs /**/
> -# endif
> +# define ExtraXawClientLibs /**/
>  #endif
>  
>  EXTRAXAWCLIENTLIBS = ExtraXawClientLibs

Reviewed-by: Alan Coopersmith <alan.coopersmith at oracle.com>

-- 
	-Alan Coopersmith-        alan.coopersmith at oracle.com
	 Oracle Solaris Platform Engineering: X Window System



More information about the xorg-devel mailing list