Module Name:    src
Committed By:   jmcneill
Date:           Sat Dec  9 13:25:38 UTC 2017

Modified Files:
        src/sys/dev/splash: files.splash
        src/sys/dev/stbi: files.stbi

Log Message:
Only need to build stbi if options SPLASHSCREEN is defined


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/dev/splash/files.splash
cvs rdiff -u -r1.1 -r1.2 src/sys/dev/stbi/files.stbi

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/dev/splash/files.splash
diff -u src/sys/dev/splash/files.splash:1.5 src/sys/dev/splash/files.splash:1.6
--- src/sys/dev/splash/files.splash:1.5	Mon Sep 14 01:40:03 2015
+++ src/sys/dev/splash/files.splash	Sat Dec  9 13:25:38 2017
@@ -1,8 +1,8 @@
-# $NetBSD: files.splash,v 1.5 2015/09/14 01:40:03 uebayasi Exp $
+# $NetBSD: files.splash,v 1.6 2017/12/09 13:25:38 jmcneill Exp $
 
 define splash: stbi
 file dev/splash/splash.c	splash & splashscreen
 file splash_image.o		splash & splashscreen
 
-defflag opt_splash.h	SPLASHSCREEN
-			makeoptions_SPLASHSCREEN_IMAGE
+defflag opt_splash.h	SPLASHSCREEN: STB_IMAGE
+defflag opt_splash.h	makeoptions_SPLASHSCREEN_IMAGE

Index: src/sys/dev/stbi/files.stbi
diff -u src/sys/dev/stbi/files.stbi:1.1 src/sys/dev/stbi/files.stbi:1.2
--- src/sys/dev/stbi/files.stbi:1.1	Sun Feb  6 23:13:04 2011
+++ src/sys/dev/stbi/files.stbi	Sat Dec  9 13:25:38 2017
@@ -1,4 +1,6 @@
-# $NetBSD: files.stbi,v 1.1 2011/02/06 23:13:04 jmcneill Exp $
+# $NetBSD: files.stbi,v 1.2 2017/12/09 13:25:38 jmcneill Exp $
+
+defflag	opt_stbi.h		STB_IMAGE
 
 define stbi
-file dev/stbi/stb_image.c	stbi
+file dev/stbi/stb_image.c	stbi & stb_image

Reply via email to