← Back to team overview

kicad-developers team mailing list archive

[PATCH] Demo: fix incorrect URI in symbol library table for video project

 

Hi,

The Video project in eeschema shows as questions marks within square.
This fixes the location of symbol library table to the project
specific directory.

-- 

Thanks and Regards,
Aurabindo J
From 6309bd38bd23162f7e59c1d623c1d38d8b0806bf Mon Sep 17 00:00:00 2001
From: Aurabindo J <mail@xxxxxxxxxxxx>
Date: Mon, 27 Nov 2017 15:07:29 +0530
Subject: [PATCH] Fix symbol library table URI for video demo

Signed-off-by: Aurabindo J <mail@xxxxxxxxxxxx>
---
 demos/video/sym-lib-table | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/demos/video/sym-lib-table b/demos/video/sym-lib-table
index ef905191..41721800 100644
--- a/demos/video/sym-lib-table
+++ b/demos/video/sym-lib-table
@@ -1,3 +1,3 @@
 (sym_lib_table
-  (lib (name video_schlib)(type Legacy)(uri F:/kicad-launchpad/git_testing/demos/video/libs/video_schlib.lib)(options "")(descr ""))
+  (lib (name video_schlib)(type Legacy)(uri ${KIPRJMOD}/libs/video_schlib.lib)(options "")(descr ""))
 )
-- 
2.11.0


Follow ups