diff mbox

[03/30] package/matchbox-wm: drop useless commented options

Message ID 000cdecc50eb5979cb4e94e1b8291dfe67efd275.1429725549.git.yann.morin.1998@free.fr
State Changes Requested
Headers show

Commit Message

Yann E. MORIN April 22, 2015, 6:09 p.m. UTC
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/matchbox/matchbox-wm/matchbox-wm.mk | 3 ---
 1 file changed, 3 deletions(-)

Comments

Arnout Vandecappelle April 23, 2015, 9:33 p.m. UTC | #1
On 04/22/15 20:09, Yann E. MORIN wrote:
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Acked-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

 I'd put this one at the beginning of the series though since it's the simplest
of them all and can be accepted quickly. Perhaps it's already gone by the time
you respin :-).

 Regards,
 Arnout

> ---
>  package/matchbox/matchbox-wm/matchbox-wm.mk | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/package/matchbox/matchbox-wm/matchbox-wm.mk b/package/matchbox/matchbox-wm/matchbox-wm.mk
> index 16f1417..da9efd7 100644
> --- a/package/matchbox/matchbox-wm/matchbox-wm.mk
> +++ b/package/matchbox/matchbox-wm/matchbox-wm.mk
> @@ -25,10 +25,7 @@ endif
>  endif
>  
>  ifeq ($(BR2_PACKAGE_XLIB_LIBXFT),y)
> -#MATCHBOX_WM_OPTS += --enable-standalone-xft
>  MATCHBOX_WM_DEPENDENCIES += xlib_libXft
> -else
> -#MATCHBOX_WM_OPTS += --disable-standalone-xft
>  endif
>  
>  ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)
>
diff mbox

Patch

diff --git a/package/matchbox/matchbox-wm/matchbox-wm.mk b/package/matchbox/matchbox-wm/matchbox-wm.mk
index 16f1417..da9efd7 100644
--- a/package/matchbox/matchbox-wm/matchbox-wm.mk
+++ b/package/matchbox/matchbox-wm/matchbox-wm.mk
@@ -25,10 +25,7 @@  endif
 endif
 
 ifeq ($(BR2_PACKAGE_XLIB_LIBXFT),y)
-#MATCHBOX_WM_OPTS += --enable-standalone-xft
 MATCHBOX_WM_DEPENDENCIES += xlib_libXft
-else
-#MATCHBOX_WM_OPTS += --disable-standalone-xft
 endif
 
 ifeq ($(BR2_PACKAGE_STARTUP_NOTIFICATION),y)