freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Git][freetype/freetype-demos][master] * graph/rules.mk: Warn about miss


From: Alexei Podtelezhnikov
Subject: [Git][freetype/freetype-demos][master] * graph/rules.mk: Warn about missing graphics driver.
Date: Sun, 11 Apr 2021 04:01:30 +0000

Alexei Podtelezhnikov pushed to branch master at FreeType / FreeType Demo Programs

Commits:

2 changed files:

Changes:

  • ChangeLog
    1
    +2021-04-10  Alexei Podtelezhnikov  <apodtele@gmail.com>
    
    2
    +
    
    3
    +	* graph/rules.mk: Warn about missing graphics driver.
    
    4
    +
    
    1 5
     2021-03-30  orbea  <orbea@riseup.net>
    
    2 6
     
    
    3 7
     	[build] Add an `install` target for binaries and man pages.
    

  • graph/rules.mk
    ... ... @@ -59,6 +59,11 @@ endif
    59 59
     #
    
    60 60
     include $(wildcard $(TOP_DIR_2)/graph/*/rules.mk)
    
    61 61
     
    
    62
    +ifeq ($(DEVICES),BATCH)
    
    63
    +  $(info )
    
    64
    +  $(info Batch driver only, no graphics driver identified.)
    
    65
    +  $(info )
    
    66
    +endif
    
    62 67
     
    
    63 68
     #########################################################################
    
    64 69
     #
    


  • reply via email to

    [Prev in Thread] Current Thread [Next in Thread]